Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc1004 output_frame->SetConstantPool(constant_pool_value); in DoComputeJSFrame()
1222 output_frame->SetConstantPool(constant_pool_value); in DoComputeInterpretedFrame()
1350 output_frame->SetConstantPool(constant_pool_value); in DoComputeArgumentsAdaptorFrame()
1479 output_frame->SetConstantPool(constant_pool_value); in DoComputeConstructStubFrame()
1604 output_frame->SetConstantPool(constant_pool_value); in DoComputeAccessorStubFrame()
1838 output_frame->SetConstantPool(constant_pool_value); in DoComputeCompiledStubFrame()
Ddeoptimizer.h817 void SetConstantPool(intptr_t constant_pool) { in SetConstantPool() function