Lines Matching defs:num_breakpoints
913 size_t num_breakpoints = breakpoints.GetSize();
915 if (num_breakpoints == 0) {
925 (uint64_t)num_breakpoints);
1018 size_t num_breakpoints = breakpoints.GetSize();
1020 if (num_breakpoints == 0) {
1030 (uint64_t)num_breakpoints);
1158 size_t num_breakpoints = breakpoints.GetSize();
1160 if (num_breakpoints == 0) {
1171 for (size_t i = 0; i < num_breakpoints; ++i) {
1285 size_t num_breakpoints = breakpoints.GetSize();
1288 if (num_breakpoints == 0) {
1297 for (size_t i = 0; i < num_breakpoints; ++i)
1308 for (size_t i = 0; i < num_breakpoints; ++i) {
1427 size_t num_breakpoints = breakpoints.GetSize();
1429 if (num_breakpoints == 0) {
1445 (uint64_t)num_breakpoints, num_breakpoints > 1 ? "s" : "");
1774 size_t num_breakpoints = breakpoints.GetSize();
1775 if (num_breakpoints == 0) {
1848 size_t num_breakpoints = breakpoints.GetSize();
1849 if (num_breakpoints == 0) {
2230 size_t num_breakpoints = new_bps.GetSize();
2231 if (num_breakpoints == 0) {
2236 for (size_t i = 0; i < num_breakpoints; ++i) {