Searched refs:LoadObjectFromConstPool (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1532 GateRef numberBigInt = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerLdBigInt() 1832 GateRef pattern = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerCreateRegExpWithLiteral() 1915 GateRef propKey = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerStOwnByName() 2015 GateRef propKey = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerStConstToGlobalRecord() 2082 GateRef propKey = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerStOwnByNameWithNameSet() 2277 GateRef prop = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerLdSuperByName() 2289 GateRef prop = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerStSuperByName() 3187 GateRef res = builder_.LoadObjectFromConstPool(jsFunc, stringId); in LowerLdStr()
|
| D | stub_builder-inl.h | 2430 inline GateRef StubBuilder::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool() function 2432 return env_->GetBuilder()->LoadObjectFromConstPool(jsFunc, index); in LoadObjectFromConstPool()
|
| D | stub_builder.h | 650 inline GateRef LoadObjectFromConstPool(GateRef jsFunc, GateRef index);
|
| D | circuit_builder.h | 558 GateRef LoadObjectFromConstPool(GateRef jsFunc, GateRef index);
|
| D | circuit_builder.cpp | 1208 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
|