Searched refs:bottom_js_frame (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dliveedit.cc1471 StackFrame* bottom_js_frame = frames[bottom_js_frame_index]; local
1473 ASSERT(bottom_js_frame->is_java_script());
1503 Address unused_stack_bottom = bottom_js_frame->fp()
1513 FixTryCatchHandler(pre_top_frame, bottom_js_frame);
1515 ASSERT(!FixTryCatchHandler(pre_top_frame, bottom_js_frame));
1519 pre_top_frame->SetCallerFp(bottom_js_frame->fp());
1522 Debug::SetUpFrameDropperFrame(bottom_js_frame, code);
H A Ddebug.h450 static Object** SetUpFrameDropperFrame(StackFrame* bottom_js_frame,
H A Ddebug.cc579 Object** Debug::SetUpFrameDropperFrame(StackFrame* bottom_js_frame, argument
581 ASSERT(bottom_js_frame->is_java_script());
583 Address fp = bottom_js_frame->fp();

Completed in 75 milliseconds