Searched refs:pre_top_frame (Results 1 – 1 of 1) sorted by relevance
1612 StackFrame* pre_top_frame = frames[top_frame_index - 1]; in DropFrames() local1620 Code* pre_top_frame_code = pre_top_frame->LookupCode(); in DropFrames()1633 pre_top_frame = frames[top_frame_index - 2]; in DropFrames()1649 } else if (pre_top_frame->type() == StackFrame::ARGUMENTS_ADAPTOR) { in DropFrames()1654 pre_top_frame = frames[top_frame_index - 3]; in DropFrames()1677 Address padding_start = pre_top_frame->fp() - in DropFrames()1700 pre_top_frame->UpdateFp(pre_top_frame->fp() - shortage_bytes); in DropFrames()1701 pre_pre_frame->SetCallerFp(pre_top_frame->fp()); in DropFrames()1713 FixTryCatchHandler(pre_top_frame, bottom_js_frame); in DropFrames()1715 DCHECK(!FixTryCatchHandler(pre_top_frame, bottom_js_frame)); in DropFrames()[all …]