Lines Matching defs:name
114 JSGraph* jsgraph, FrameStateType frame_type, Builtin name, Node* closure,
126 BytecodeOffset bailout_id = Builtins::GetContinuationBytecodeOffset(name);
150 JSGraph* jsgraph, Builtin name, Node* context, Node* const* parameters,
153 Callable callable = Builtins::CallableFor(jsgraph->isolate(), name);
183 if (name == Builtin::kJSToWasmLazyDeoptContinuation) {
189 jsgraph, frame_state_type, name, jsgraph->UndefinedConstant(), context,
211 JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name,
217 DCHECK_EQ(Builtins::GetStackParameterCount(name),
220 Node* argc = jsgraph->Constant(Builtins::GetStackParameterCount(name));
244 name, target, context, &actual_parameters[0],