Home
last modified time | relevance | path

Searched refs:callers_pc (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc1153 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local
1154 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() local
1288 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() local
1451 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeAccessorStubFrame()
1456 top_address + output_offset, output_offset, callers_pc); in DoComputeAccessorStubFrame()