Home | History | Annotate | Download | only in src

Lines Matching refs:frames

9820     List<FrameSummary> frames(FLAG_max_inlining_levels + 1);
9821 outer_frame->Summarize(&frames);
9822 for (int i = frames.length() - 1; i >= 0 && !done; --i) {
9823 FrameSummary& frame = frames[i];
11095 // Count all frames which are relevant to debugging stack trace.
11239 // If there are no JavaScript stack frames return undefined.
11546 // Optimized frames are not supported.
11679 // Optimized frames are not supported.
12816 // of frames to step down.
13611 // Restarts a call frame and completely drops all frames above.
13626 // If there are no JavaScript stack frames return undefined.