Lines Matching full:comment
58 const char* comment) in CallStub() argument
69 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallStub()
71 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallStub()
116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() argument
163 …Ref result = GetCircuit()->NewGate(meta, machineType, inputs.size(), inputs.data(), type, comment); in Call()
170 const char* comment) in CallBCHandler() argument
177 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCHandler()
182 const char* comment) in CallBuiltin() argument
189 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBuiltin()
194 const char* comment) in CallBuiltinWithArgv() argument
201 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBuiltinWithArgv()
206 const char* comment) in CallBCDebugger() argument
213 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCDebugger()
218 GateRef hirGate, const char* comment) in CallRuntime() argument
232 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment); in CallRuntime()
236 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs() argument
244 GateRef result = Call(cs, glue, target, depend, {argc, argv}, Circuit::NullGate(), comment); in CallRuntimeVarargs()
249 GateRef hirGate, const char* comment) in CallNGCRuntime() argument
263 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment); in CallNGCRuntime()
349 …uilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment) in CallPrivateGetter() argument
365 comment); in CallPrivateGetter()
372 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter() argument
388 comment); in CallPrivateSetter()
395 const char* comment) in CallGetter() argument
411 comment); in CallGetter()
418 GateRef value, const char* comment) in CallSetter() argument
434 comment); in CallSetter()