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()
235 GateRef hirGate, const char* comment) in CallRuntime()
266 GateRef hirGate, const char* comment) in CallNGCRuntime()
322 GateRef hirGate) in FastCallOptimized()
340 GateRef hirGate) in CallOptimized()
366 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter()
389 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter()
411 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallGetter()
434 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter()
457 GateRef CircuitBuilder::Float32ArrayConstructor(GateRef hirGate, std::vector<GateRef> args) in Float32ArrayConstructor()
476 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct()
494 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal()
511 GateRef CircuitBuilder::CallNew(GateRef hirGate, std::vector<GateRef> args, in CallNew()