Lines Matching defs:hirGate
24 GateRef hirGate) in NoLabelCallRuntime()
57 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub()
116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
218 GateRef hirGate, const char* comment) in CallRuntime()
249 GateRef hirGate, const char* comment) in CallNGCRuntime()
305 GateRef hirGate) in FastCallOptimized()
323 GateRef hirGate) in CallOptimized()
349 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter()
372 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter()
394 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallGetter()
417 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter()
440 GateRef CircuitBuilder::Float32ArrayConstructor(GateRef hirGate, std::vector<GateRef> args) in Float32ArrayConstructor()
459 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct()
477 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal()
494 GateRef CircuitBuilder::CallNew(GateRef hirGate, std::vector<GateRef> args, in CallNew()