Lines Matching defs:hirGate
464 void CircuitBuilder::AppendFrameArgs(std::vector<GateRef> &args, GateRef hirGate)
466 GateRef frameArgs = acc_.GetFrameArgs(hirGate);
778 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameState, GateRef index,
786 GateRef obj = GetObjectFromConstPool(glue, hirGate, sharedConstpool, unsharedConstPool, module, index, type);
790 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool,
803 if (GetCircuit()->IsOptimizedOrFastJit() && hirGate == Circuit::NullGate()) {
804 hirGate = index;
826 { sharedConstPool, Int32ToTaggedInt(index) }, hirGate);
829 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
832 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
835 { sharedConstPool, Int32ToTaggedInt(index) }, hirGate);
852 { sharedConstPool, Int32ToTaggedInt(index) }, hirGate);
863 { sharedConstPool, Int32ToTaggedInt(index) }, hirGate);
877 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);
891 { sharedConstPool, Int32ToTaggedInt(index), module }, hirGate);