Lines Matching refs:JSGraph
105 JSGraph* jsgraph, FrameStateType frame_type, Builtins::Name name,
109 Isolate* const isolate = jsgraph->isolate();
110 Graph* const graph = jsgraph->graph();
111 CommonOperatorBuilder* const common = jsgraph->common();
127 op, params_node, jsgraph->EmptyStateValues(), jsgraph->EmptyStateValues(),
136 JSGraph* jsgraph, Builtins::Name name, Node* context,
139 Isolate* isolate = jsgraph->isolate();
159 jsgraph, FrameStateType::kBuiltinContinuation, name,
160 jsgraph->UndefinedConstant(), context, actual_parameters.data(),
165 JSGraph* jsgraph, Handle<SharedFunctionInfo> shared, Builtins::Name name,
169 Isolate* const isolate = jsgraph->isolate();
177 Node* argc = jsgraph->Constant(Builtins::GetStackParameterCount(name));
190 actual_parameters.push_back(jsgraph->UndefinedConstant());
194 jsgraph,