Lines Matching defs:num_breakpoints
924 size_t num_breakpoints = breakpoints.GetSize();
926 if (num_breakpoints == 0) {
936 (uint64_t)num_breakpoints);
1029 size_t num_breakpoints = breakpoints.GetSize();
1031 if (num_breakpoints == 0) {
1041 (uint64_t)num_breakpoints);
1169 size_t num_breakpoints = breakpoints.GetSize();
1171 if (num_breakpoints == 0) {
1182 for (size_t i = 0; i < num_breakpoints; ++i) {
1296 size_t num_breakpoints = breakpoints.GetSize();
1299 if (num_breakpoints == 0) {
1308 for (size_t i = 0; i < num_breakpoints; ++i)
1319 for (size_t i = 0; i < num_breakpoints; ++i) {
1438 size_t num_breakpoints = breakpoints.GetSize();
1440 if (num_breakpoints == 0) {
1456 (uint64_t)num_breakpoints, num_breakpoints > 1 ? "s" : "");
1790 size_t num_breakpoints = breakpoints.GetSize();
1791 if (num_breakpoints == 0) {
1864 size_t num_breakpoints = breakpoints.GetSize();
1865 if (num_breakpoints == 0) {
2246 size_t num_breakpoints = new_bps.GetSize();
2247 if (num_breakpoints == 0) {
2252 for (size_t i = 0; i < num_breakpoints; ++i) {