Searched refs:callers_pc (Results 1 – 4 of 4) 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()
|