Lines Matching refs:jsgraph
39 Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker,
42 jsgraph_(jsgraph),
60 if (m.Is(0)) return Replace(jsgraph()->FalseConstant());
61 if (m.Is(1)) return Replace(jsgraph()->TrueConstant());
151 jsgraph()->Int32Constant(static_cast<int32_t>(m.ResolvedValue()));
259 node->ReplaceInput(1, jsgraph()->Int32Constant(val));
286 return Replace(jsgraph()->BooleanConstant(value));
293 return Replace(jsgraph()->Float64Constant(value));
298 return Replace(jsgraph()->Int32Constant(value));
303 return Replace(jsgraph()->Constant(value));
308 return Replace(jsgraph()->Constant(value));
312 return jsgraph()->isolate()->factory();
315 Graph* SimplifiedOperatorReducer::graph() const { return jsgraph()->graph(); }
318 return jsgraph()->machine();
322 return jsgraph()->simplified();