Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.h240 GateRef GetObjectFromConstPool(GateRef jsFunc, GateRef index);
Dslowpath_lowering.cpp1172 GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, in LowerThrowUndefinedIfHoleWithName()
1558 …GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, builder_.TruncInt64ToInt32(inde… in LowerCreateObjectWithBuffer()
1614 …GateRef numberBigInt = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolTyp… in LowerLdBigInt()
1921 …GateRef pattern = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::ST… in LowerCreateRegExpWithLiteral()
1963 …GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::ST… in LowerStOwnByName()
2043 …GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::ST… in LowerStConstToGlobalRecord()
2077 …GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::ST… in LowerStOwnByNameWithNameSet()
2208 …GateRef prop = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::STRIN… in LowerLdSuperByName()
2220 …GateRef prop = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, stringId, ConstPoolType::STRIN… in LowerStSuperByName()
2649 …auto method = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, methodId, ConstPoolType::METHOD… in LowerDefineMethod()
[all …]
Dcircuit_builder.cpp553 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateR… in GetObjectFromConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
558 return GetObjectFromConstPool(glue, hirGate, constPool, module, index, type); in GetObjectFromConstPool()
726 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, Ga… in GetObjectFromConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h240 …GateRef GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateRef index, Const…
241 …GateRef GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, GateRef module, G…
Dtyped_hcr_lowering.cpp716 GateRef TypedHCRLowering::GetObjectFromConstPool(GateRef jsFunc, GateRef index) in GetObjectFromConstPool() function in panda::ecmascript::kungfu::TypedHCRLowering
1393 GateRef methodTarget = GetObjectFromConstPool(jsFunc, methodIndex); in LowerJSCallTargetTypeCheck()
1417 GateRef methodTarget = GetObjectFromConstPool(jsFunc, methodIndex); in LowerJSFastCallTargetTypeCheck()
3029 GateRef oldObj = builder_.GetObjectFromConstPool(glue, gate, jsFunc, in LowerTypedCreateObjWithBuffer()
Dstub_builder.h670 inline GateRef GetObjectFromConstPool(GateRef constpool, GateRef index);
Dstub_builder.cpp5934 …return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, ConstPo… in GetStringFromConstPool()
5940 …return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, ConstPo… in GetMethodFromConstPool()
5946 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, in GetArrayLiteralFromConstPool()
5953 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, module, index, in GetObjectLiteralFromConstPool()
Dstub_builder-inl.h2385 inline GateRef StubBuilder::GetObjectFromConstPool(GateRef constpool, GateRef index) in GetObjectFromConstPool() function