Searched refs:callers_pc (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 378 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local 379 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 383 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 481 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 482 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeConstructStubFrame() 486 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame()
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 390 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local 391 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 394 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 488 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 489 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeConstructStubFrame() 492 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame()
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 400 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local 401 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 404 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 498 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 499 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeConstructStubFrame() 502 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 491 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local 492 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 495 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 589 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 590 output_frame->SetFrameSlot(output_offset, callers_pc); in DoComputeConstructStubFrame() 593 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame()
|
/external/chromium_org/v8/src/ |
D | deoptimizer.cc | 1075 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame() local 1076 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 1081 top_address + output_offset, output_offset, callers_pc); in DoComputeArgumentsAdaptorFrame() 1192 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame() local 1193 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeConstructStubFrame() 1198 top_address + output_offset, output_offset, callers_pc); in DoComputeConstructStubFrame() 1338 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeAccessorStubFrame() local 1339 output_frame->SetCallerPc(output_offset, callers_pc); in DoComputeAccessorStubFrame() 1344 top_address + output_offset, output_offset, callers_pc); in DoComputeAccessorStubFrame()
|