Home | History | Annotate | Download | only in src

Lines Matching full:bottom_js_frame

1580 static Object** SetUpFrameDropperFrame(StackFrame* bottom_js_frame,
1582 DCHECK(bottom_js_frame->is_java_script());
1584 Address fp = bottom_js_frame->fp();
1614 StackFrame* bottom_js_frame = frames[bottom_js_frame_index];
1616 DCHECK(bottom_js_frame->is_java_script());
1619 Isolate* isolate = bottom_js_frame->isolate();
1664 Address unused_stack_bottom = bottom_js_frame->fp()
1713 FixTryCatchHandler(pre_top_frame, bottom_js_frame);
1715 DCHECK(!FixTryCatchHandler(pre_top_frame, bottom_js_frame));
1719 pre_top_frame->SetCallerFp(bottom_js_frame->fp());
1722 SetUpFrameDropperFrame(bottom_js_frame, code);