Lines Matching refs:frames
9 #include "src/frames-inl.h"
94 // When we're done iterating over the stack frames, the handler
255 // Check that there are no js frames on top of the native frames.
332 // Some of the EXIT frames may have ExternalCallbackScope allocated on
334 // frame beneath it. There may be other EXIT frames on top of the
425 // frames as normal JavaScript frames to avoid having to look
617 // possibly find pointers in optimized frames in that state.
709 // Make sure that optimized frames do not contain any stack handlers.
931 void OptimizedFrame::Summarize(List<FrameSummary>* frames) {
932 ASSERT(frames->length() == 0);
945 JavaScriptFrame::Summarize(frames);
956 // We create the summary in reverse order because the frames
999 // produced stack trace, as constructor frames aren't marked as
1015 frames->Add(summary);
1088 // We insert the frames in reverse order because the frames
1117 // Internal frames have no arguments. The stack pointer of the
1358 // Internal frames only have object pointers on the expression stack