Home | History | Annotate | Download | only in src

Lines Matching defs:top_frame

1675 static bool FixTryCatchHandler(StackFrame* top_frame,
1678 &Memory::Address_at(top_frame->isolate()->get_address_from_id(
1681 while (*pointer_address < top_frame->sp()) {
1708 StackFrame* top_frame = frames[top_frame_index];
1732 top_frame = frames[top_frame_index - 1];
1754 top_frame = frames[top_frame_index - 2];
1761 Address unused_stack_top = top_frame->sp();
1766 Address* top_frame_pc_address = top_frame->pc_address();
1768 // top_frame may be damaged below this point. Do not used it.
1769 ASSERT(!(top_frame = NULL));