Home
last modified time | relevance | path

Searched refs:GetConstPool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp121 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool()
Dtype_mcr_lowering.cpp521 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool()
527 GateRef constPool = builder_.GetConstPool(jsFunc); in GetObjectFromConstPool()
Dgate_meta_data.h265 V(GetConstPool, GET_CONSTPOOL, GateFlags::NO_WRITE, 0, 1, 1) \
Dcircuit_builder.cpp1321 GateRef CircuitBuilder::GetConstPool(GateRef jsFunc) in GetConstPool() function in panda::ecmascript::kungfu::CircuitBuilder
1325 auto newGate = GetCircuit()->NewGate(circuit_->GetConstPool(), MachineType::I64, in GetConstPool()
Dcircuit_builder.h552 GateRef GetConstPool(GateRef jsFunc);
Dts_hcr_lowering.cpp712 GateRef constPool = builder_.GetConstPool(func); in BuildNamedPropertyAccessVerifier()