Home | History | Annotate | Download | only in src

Lines Matching refs:frames

331   // Only display JS frames.
339 // Skip all frames until we've seen the caller.
364 // If the caller parameter is a function we skip frames until we're
367 // First element is reserved to store the number of sloppy frames.
380 List<FrameSummary> frames(FLAG_max_inlining_levels + 1);
381 frame->Summarize(&frames);
382 for (int i = frames.length() - 1; i >= 0; i--) {
383 Handle<JSFunction> fun = frames[i].function();
384 // Filter out frames from other security contexts.
397 Handle<Object> recv = frames[i].receiver();
398 Handle<Code> code = frames[i].code();
399 Handle<Smi> offset(Smi::FromInt(frames[i].offset()), this);
401 // objects on frames deeper than the top-most one with a strict
402 // mode function. The number of sloppy frames is stored as
468 List<FrameSummary> frames(FLAG_max_inlining_levels + 1);
469 frame->Summarize(&frames);
470 for (int i = frames.length() - 1; i >= 0 && frames_seen < limit; i--) {
471 Handle<JSFunction> fun = frames[i].function();
472 // Filter frames from other security contexts.
483 int position = frames[i].code()->SourcePosition(frames[i].pc());
542 Handle<Object> is_constructor = (frames[i].is_constructor()) ?
605 // Avoid printing anything if there are no frames.
1275 // JavaScript frames on the way to the C++ frame that has the