Lines Matching refs:jsgraph
123 Replace(use, jsgraph()->Constant(c.argument_count())); in InlineCall()
129 Replace(use, jsgraph()->UndefinedConstant()); in InlineCall()
183 jsgraph()->Dead()); in InlineCall()
228 ReplaceWithValue(call, jsgraph()->Dead(), jsgraph()->Dead(), in InlineCall()
229 jsgraph()->Dead()); in InlineCall()
261 if (context == nullptr) context = jsgraph()->UndefinedConstant(); in CreateArtificialFrameState()
347 *context_out = jsgraph()->Constant(function.context()); in DetermineCallContext()
473 BailoutId::None(), jsgraph(), frequency, in ReduceJSCall()
502 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSCall()
519 Node* receiver = jsgraph()->TheHoleConstant(); // Implicit receiver. in ReduceJSCall()
591 Node* global_proxy = jsgraph()->Constant( in ReduceJSCall()
618 Graph* JSInliner::graph() const { return jsgraph()->graph(); } in graph()
621 return jsgraph()->javascript(); in javascript()
624 CommonOperatorBuilder* JSInliner::common() const { return jsgraph()->common(); } in common()
627 return jsgraph()->simplified(); in simplified()