Lines Matching refs:top_address

880   intptr_t top_address;  in DoComputeInterpretedFrame()  local
882 top_address = caller_frame_top_ - output_frame_size; in DoComputeInterpretedFrame()
884 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeInterpretedFrame()
886 output_frame->SetTop(top_address); in DoComputeInterpretedFrame()
926 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeInterpretedFrame()
1092 intptr_t top_address; in DoComputeArgumentsAdaptorFrame() local
1094 top_address = caller_frame_top_ - output_frame_size; in DoComputeArgumentsAdaptorFrame()
1096 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeArgumentsAdaptorFrame()
1098 output_frame->SetTop(top_address); in DoComputeArgumentsAdaptorFrame()
1123 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeArgumentsAdaptorFrame()
1215 intptr_t top_address; in DoComputeConstructStubFrame() local
1216 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeConstructStubFrame()
1217 output_frame->SetTop(top_address); in DoComputeConstructStubFrame()
1245 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeConstructStubFrame()
1552 intptr_t top_address; in DoComputeBuiltinContinuation() local
1554 top_address = caller_frame_top_ - output_frame_size; in DoComputeBuiltinContinuation()
1556 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeBuiltinContinuation()
1558 output_frame->SetTop(top_address); in DoComputeBuiltinContinuation()
1632 const intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeBuiltinContinuation()