Lines Matching refs:jsgraph
23 return Replace(jsgraph()->TrueConstant()); in Reduce()
26 return Replace(jsgraph()->FalseConstant()); in Reduce()
33 if (m.Is(0)) return Replace(jsgraph()->FalseConstant()); in Reduce()
34 if (m.Is(1)) return Replace(jsgraph()->TrueConstant()); in Reduce()
114 return Replace(jsgraph()->Float64Constant(value)); in ReplaceFloat64()
119 return Replace(jsgraph()->Int32Constant(value)); in ReplaceInt32()
124 return Replace(jsgraph()->Constant(value)); in ReplaceNumber()
129 return Replace(jsgraph()->Constant(value)); in ReplaceNumber()
133 Graph* SimplifiedOperatorReducer::graph() const { return jsgraph()->graph(); } in graph()
137 return jsgraph()->isolate()->factory(); in factory()
142 return jsgraph()->machine(); in machine()