Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.h200 GateRef GetObjectFromConstPool(GateRef jsFunc, GateRef index);
Dtype_mcr_lowering.cpp525 GateRef TypeMCRLowering::GetObjectFromConstPool(GateRef jsFunc, GateRef index) in GetObjectFromConstPool() function in panda::ecmascript::kungfu::TypeMCRLowering
994 GateRef methodTarget = GetObjectFromConstPool(jsFunc, methodIndex); in LowerJSCallTargetTypeCheck()
1018 GateRef methodTarget = GetObjectFromConstPool(jsFunc, methodIndex); in LowerJSFastCallTargetTypeCheck()
1153 GateRef ihclass = GetObjectFromConstPool(jsFunc, ihclassIndex); in LowerTypedNewAllocateThis()
Dcircuit_builder.h614 …GateRef GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateRef index, Const…
615 …GateRef GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, GateRef module, G…
Dcircuit_builder.cpp1462 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateR… in GetObjectFromConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
1467 return GetObjectFromConstPool(glue, hirGate, constPool, module, index, type); in GetObjectFromConstPool()
1470 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, Ga… in GetObjectFromConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
Dslowpath_lowering.cpp1114 GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, in LowerThrowUndefinedIfHoleWithName()
1476 …GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, builder_.TruncInt64ToInt32(inde… in LowerCreateObjectWithBuffer()
2457 …auto method = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, methodId, ConstPoolType::METHOD… in LowerDefineFunc()
2732 …auto method = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, methodId, ConstPoolType::METHOD… in LowerDefineMethod()
Dstub_builder.h568 inline GateRef GetObjectFromConstPool(GateRef constpool, GateRef index);
Dstub_builder.cpp4840 …return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, ConstPo… in GetStringFromConstPool()
4847 …return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, ConstPo… in GetMethodFromConstPool()
4853 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, in GetArrayLiteralFromConstPool()
4860 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, in GetObjectLiteralFromConstPool()
Dstub_builder-inl.h1973 inline GateRef StubBuilder::GetObjectFromConstPool(GateRef constpool, GateRef index) in GetObjectFromConstPool() function