Searched refs:callers_pc (Results 1 – 1 of 1) sorted by relevance
1153 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local1154 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame()1159 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame()1287 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local1288 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeConstructStubFrame()1293 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame()1450 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeAccessorStubFrame() local1451 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeAccessorStubFrame()1456 top_address + output_offset, output_offset, callers_pc); in DoComputeAccessorStubFrame()