Searched refs:GetConstPool (Results 1 – 6 of 6) sorted by relevance
121 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool()
521 GateRef constPool = builder_.GetConstPool(jsFunc); in LoadFromConstPool()527 GateRef constPool = builder_.GetConstPool(jsFunc); in GetObjectFromConstPool()
265 V(GetConstPool, GET_CONSTPOOL, GateFlags::NO_WRITE, 0, 1, 1) \
1321 GateRef CircuitBuilder::GetConstPool(GateRef jsFunc) in GetConstPool() function in panda::ecmascript::kungfu::CircuitBuilder1325 auto newGate = GetCircuit()->NewGate(circuit_->GetConstPool(), MachineType::I64, in GetConstPool()
552 GateRef GetConstPool(GateRef jsFunc);
712 GateRef constPool = builder_.GetConstPool(func); in BuildNamedPropertyAccessVerifier()