Home | History | Annotate | Download | only in src

Lines Matching refs:StackFrame

1521                             StackFrame* frame,
1548 static bool FixTryCatchHandler(StackFrame* top_frame,
1549 StackFrame* bottom_frame) {
1580 static Object** SetUpFrameDropperFrame(StackFrame* bottom_js_frame,
1592 Smi::FromInt(StackFrame::INTERNAL);
1603 static const char* DropFrames(Vector<StackFrame*> frames,
1612 StackFrame* pre_top_frame = frames[top_frame_index - 1];
1613 StackFrame* top_frame = frames[top_frame_index];
1614 StackFrame* bottom_js_frame = frames[bottom_js_frame_index];
1649 } else if (pre_top_frame->type() == StackFrame::ARGUMENTS_ADAPTOR) {
1694 StackFrame* pre_pre_frame = frames[top_frame_index - 2];
1744 bool MatchActivation(StackFrame* frame,
1765 Vector<StackFrame*> frames = CreateStackMap(isolate, &zone);
1771 StackFrame* frame = frames[frame_index];
1795 StackFrame* frame = frames[frame_index];
1819 StackFrame* frame = frames[frame_index];
1850 StackFrame::Id new_id = StackFrame::NO_ID;
1852 if (frames[i]->type() == StackFrame::JAVA_SCRIPT) {
2012 bool MatchActivation(StackFrame* frame,