Lines Matching refs:jsgraph
140 Replace(use, jsgraph()->Constant(argument_count));
146 Replace(use, jsgraph()->UndefinedConstant());
200 jsgraph()->Dead());
244 ReplaceWithValue(call, jsgraph()->Dead(), jsgraph()->Dead(),
245 jsgraph()->Dead());
275 if (context == nullptr) context = jsgraph()->UndefinedConstant();
361 *context_out = jsgraph()->Constant(function.context());
410 jsgraph(), n.context(), n.frame_state(),
421 graph()->zone(), jsgraph(), wasm_call_params.signature(),
458 Node* new_target = jsgraph()->UndefinedConstant();
585 BytecodeOffset::None(), jsgraph(), frequency,
615 Node* new_target = jsgraph()->UndefinedConstant();
632 Node* receiver = jsgraph()->TheHoleConstant(); // Implicit receiver.
705 Node* global_proxy = jsgraph()->Constant(
732 Graph* JSInliner::graph() const { return jsgraph()->graph(); }
735 return jsgraph()->javascript();
738 CommonOperatorBuilder* JSInliner::common() const { return jsgraph()->common(); }
741 return jsgraph()->simplified();