Lines Matching defs:hirGate
22 GateRef hirGate) in NoLabelCallRuntime()
55 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub()
74 GateRef CircuitBuilder::CallCommonStub(GateRef glue, GateRef hirGate, int index, const std::vector<… in CallCommonStub()
132 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
239 GateRef hirGate, const char* comment) in CallRuntime()
270 GateRef hirGate, const char* comment) in CallNGCRuntime()
326 GateRef hirGate) in FastCallOptimized()
344 GateRef hirGate) in CallOptimized()
370 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter()
393 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter()
415 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallGetter()
438 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter()
461 GateRef CircuitBuilder::Float32ArrayConstructor(GateRef hirGate, std::vector<GateRef> args) in Float32ArrayConstructor()
480 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct()
498 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal()
515 GateRef CircuitBuilder::CallNew(GateRef hirGate, std::vector<GateRef> args, in CallNew()