• Home
  • Raw
  • Download

Lines Matching full:comment

56                                  const char* comment)  in CallStub()  argument
67 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallStub()
69 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallStub()
75 const char *comment) in CallCommonStub() argument
85 result = Call(cs, glue, target, depend, args, hirGate, comment); in CallCommonStub()
87 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallCommonStub()
132 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() argument
179 …Ref result = GetCircuit()->NewGate(meta, machineType, inputs.size(), inputs.data(), type, comment); in Call()
186 const char* comment) in CallBCHandler() argument
193 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCHandler()
198 GateRef hir, const char* comment) in CallBuiltin() argument
207 result = Call(cs, glue, target, depend, args, hir, comment); in CallBuiltin()
209 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBuiltin()
215 const char* comment) in CallBuiltinWithArgv() argument
222 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBuiltinWithArgv()
227 const char* comment) in CallBCDebugger() argument
234 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment); in CallBCDebugger()
239 GateRef hirGate, const char* comment) in CallRuntime() argument
253 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment); in CallRuntime()
257 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs() argument
265 GateRef result = Call(cs, glue, target, depend, {argc, argv}, Circuit::NullGate(), comment); in CallRuntimeVarargs()
270 GateRef hirGate, const char* comment) in CallNGCRuntime() argument
284 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment); in CallNGCRuntime()
370 …uilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment) in CallPrivateGetter() argument
386 comment); in CallPrivateGetter()
393 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter() argument
409 comment); in CallPrivateSetter()
416 const char* comment) in CallGetter() argument
432 comment); in CallGetter()
439 GateRef value, const char* comment) in CallSetter() argument
455 comment); in CallSetter()