Lines Matching refs:jsgraph
114 JSGraph* jsgraph, FrameStateType frame_type, Builtin name, Node* closure,
119 Graph* const graph = jsgraph->graph();
120 CommonOperatorBuilder* const common = jsgraph->common();
142 return FrameState(graph->NewNode(op, params_node, jsgraph->EmptyStateValues(),
143 jsgraph->EmptyStateValues(), context,
150 JSGraph* jsgraph, Builtin name, Node* context, Node* const* parameters,
153 Callable callable = Builtins::CallableFor(jsgraph->isolate(), name);
189 jsgraph, frame_state_type, name, jsgraph->UndefinedConstant(), context,
196 JSGraph* jsgraph, Node* context, Node* outer_frame_state,
201 jsgraph->SmiConstant(wasm_return_kind ? wasm_return_kind.value() : -1);
204 jsgraph, Builtin::kJSToWasmLazyDeoptContinuation, context,
211 JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name,
220 Node* argc = jsgraph->Constant(Builtins::GetStackParameterCount(name));
231 Node* new_target = jsgraph->UndefinedConstant();
240 jsgraph,