• Home
  • Raw
  • Download

Lines Matching refs:jsgraph

74   Node* value = (p.arity() == 2) ? jsgraph()->ZeroConstant()  in ReduceNumberConstructor()
100 node->ReplaceInput(1, jsgraph()->UndefinedConstant()); in ReduceFunctionPrototypeApply()
193 node, jsgraph()->HeapConstant(handle(apply->context(), isolate()))); in ReduceFunctionPrototypeApply()
209 node, jsgraph()->HeapConstant(handle(call->context(), isolate()))); in ReduceFunctionPrototypeCall()
220 node->ReplaceInput(1, jsgraph()->UndefinedConstant()); in ReduceFunctionPrototypeCall()
242 : jsgraph()->UndefinedConstant(); in ReduceFunctionPrototypeHasInstance()
346 Node* value = jsgraph()->Constant(candidate_prototype); in ReduceObjectPrototypeGetProto()
385 receiver_node = jsgraph()->HeapConstant(receiver); in ReduceCallApiFunction()
389 lookup == kHolderFound ? jsgraph()->HeapConstant(holder) : receiver_node; in ReduceCallApiFunction()
409 node->InsertInput(zone, 0, jsgraph()->HeapConstant(stub.GetCode())); in ReduceCallApiFunction()
410 node->InsertInput(zone, 2, jsgraph()->Constant(data)); in ReduceCallApiFunction()
412 node->InsertInput(zone, 4, jsgraph()->ExternalConstant(function_reference)); in ReduceCallApiFunction()
559 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSCall()
560 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
566 jsgraph()->Constant(handle(bound_arguments->get(i), isolate()))); in ReduceJSCall()
597 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceJSCall()
598 Node* stub_arity = jsgraph()->Constant(arg_count); in ReduceJSCall()
600 jsgraph()->Constant(FeedbackVector::GetIndex(p.feedback().slot())); in ReduceJSCall()
601 Node* feedback_vector = jsgraph()->HeapConstant(p.feedback().vector()); in ReduceJSCall()
616 Node* array_function = jsgraph()->HeapConstant( in ReduceJSCall()
632 jsgraph()->Constant(handle(cell->value(), isolate())); in ReduceJSCall()
731 Node* array_function = jsgraph()->HeapConstant( in ReduceJSConstruct()
752 jsgraph()->Constant(handle(cell->value(), isolate())); in ReduceJSConstruct()
786 Graph* JSCallReducer::graph() const { return jsgraph()->graph(); } in graph()
788 Isolate* JSCallReducer::isolate() const { return jsgraph()->isolate(); } in isolate()
793 return jsgraph()->common(); in common()
797 return jsgraph()->javascript(); in javascript()
801 return jsgraph()->simplified(); in simplified()