Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc937 const intptr_t caller_cp = in DoComputeInterpretedFrame() local
940 frame_writer.PushCallerConstantPool(caller_cp); in DoComputeInterpretedFrame()
1128 const intptr_t caller_cp = in DoComputeArgumentsAdaptorFrame() local
1131 frame_writer.PushCallerConstantPool(caller_cp); in DoComputeArgumentsAdaptorFrame()
1254 const intptr_t caller_cp = output_[frame_index - 1]->GetConstantPool(); in DoComputeConstructStubFrame() local
1255 frame_writer.PushCallerConstantPool(caller_cp); in DoComputeConstructStubFrame()
1639 const intptr_t caller_cp = in DoComputeBuiltinContinuation() local
1642 frame_writer.PushCallerConstantPool(caller_cp); in DoComputeBuiltinContinuation()