Searched refs:GetConstantPool (Results 1 – 2 of 2) sorted by relevance
935 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeJSFrame()1149 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeInterpretedFrame()1310 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeArgumentsAdaptorFrame()1422 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeConstructStubFrame()1550 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeAccessorStubFrame()
816 intptr_t GetConstantPool() const { return constant_pool_; } in GetConstantPool() function