Lines Matching full:done
270 // If the step out plan is done, then we just need to step through the
297 bool done;
303 done = true;
307 done = true;
309 done = (m_immediate_step_from_id < frame_zero_id);
312 if (done) {
319 // If there was only one owner, then we're done. But if we also hit
321 // done, but also not claim to explain the stop, since it is more
341 bool done = false;
346 // If we can't queue a plan to do this, then just call ourselves done.
351 done = true;
356 done = true;
366 if (!done) {
368 done = !(frame_zero_id < m_step_out_to_id);
371 // The normal step out computations think we are done, so all we need to do
372 // is consult the ShouldStopHere, and we are done.
374 if (done) {
381 done = false;
385 return done;
420 // Did I reach my breakpoint? If so I'm done.
425 // we're done with this step out operation.