Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc988 output_frame->SetConstantPool(constant_pool_value); in DoComputeJSFrame()
1281 output_frame->SetConstantPool(constant_pool_value); in DoComputeInterpretedFrame()
1430 output_frame->SetConstantPool(constant_pool_value); in DoComputeArgumentsAdaptorFrame()
1660 output_frame->SetConstantPool(constant_pool_value); in DoComputeConstructStubFrame()
1846 output_frame->SetConstantPool(constant_pool_value); in DoComputeAccessorStubFrame()
2092 output_frame->SetConstantPool(constant_pool_value); in DoComputeCompiledStubFrame()
Ddeoptimizer.h799 void SetConstantPool(intptr_t constant_pool) { in SetConstantPool() function