Searched refs:SetCallerConstantPool (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 351 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/arm64/ |
D | deoptimizer-arm64.cc | 359 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/ppc/ |
D | deoptimizer-ppc.cc | 362 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 357 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/ |
D | deoptimizer.cc | 937 output_frame->SetCallerConstantPool(output_offset, value); in DoComputeJSFrame() 1151 output_frame->SetCallerConstantPool(output_offset, value); in DoComputeInterpretedFrame() 1311 output_frame->SetCallerConstantPool(output_offset, value); in DoComputeArgumentsAdaptorFrame() 1423 output_frame->SetCallerConstantPool(output_offset, value); in DoComputeConstructStubFrame() 1551 output_frame->SetCallerConstantPool(output_offset, value); in DoComputeAccessorStubFrame() 1714 output_frame->SetCallerConstantPool(output_frame_offset, value); in DoComputeCompiledStubFrame()
|
D | deoptimizer.h | 786 void SetCallerConstantPool(unsigned offset, intptr_t value);
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 409 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 404 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 426 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|
/external/v8/src/x87/ |
D | deoptimizer-x87.cc | 463 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) { in SetCallerConstantPool() function in v8::internal::FrameDescription
|