Lines Matching refs:JSGraph
34 JSGenericLowering::JSGenericLowering(JSGraph* jsgraph) : jsgraph_(jsgraph) {}
110 Node* stub_code = jsgraph()->HeapConstant(callable.code());
125 Node* ref = jsgraph()->ExternalConstant(ExternalReference::Create(f));
126 Node* arity = jsgraph()->Int32Constant(nargs);
127 node->InsertInput(zone(), 0, jsgraph()->CEntryStubConstant(fun->result_size));
135 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
147 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index()));
155 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
166 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name()));
167 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index()));
174 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
186 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.name()));
187 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index()));
194 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
205 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index()));
213 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
224 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name()));
225 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index()));
232 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
243 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name()));
244 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index()));
250 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
261 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.name()));
262 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index()));
270 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
279 node->ReplaceInput(4, jsgraph()->HeapConstant(p.feedback().vector()));
280 node->ReplaceInput(5, jsgraph()->SmiConstant(p.feedback().index()));
289 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index()));
290 node->InsertInput(zone(), 4, jsgraph()->HeapConstant(p.feedback().vector()));
365 Node* stub_code = jsgraph()->ArrayConstructorStubConstant();
366 Node* stub_arity = jsgraph()->Int32Constant(arity);
369 Node* type_info = maybe_site.ToHandle(&site) ? jsgraph()->HeapConstant(site)
370 : jsgraph()->UndefinedConstant();
371 Node* receiver = jsgraph()->UndefinedConstant();
418 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(shared_info));
419 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.feedback_cell()));
445 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info));
446 node->InsertInput(zone(), 1, jsgraph()->Int32Constant(slot_count));
449 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info));
488 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector()));
489 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index()));
490 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant()));
500 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags()));
508 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector()));
509 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index()));
519 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector()));
520 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index()));
521 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant()));
522 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags()));
542 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.flags()));
543 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index()));
544 node->InsertInput(zone(), 3, jsgraph()->HeapConstant(p.feedback().vector()));
557 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector()));
558 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index()));
559 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant()));
560 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags()));
575 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info));
587 Node* stub_code = jsgraph()->HeapConstant(callable.code());
588 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
589 Node* start_index = jsgraph()->Uint32Constant(p.start_index());
591 Node* receiver = jsgraph()->UndefinedConstant();
608 Node* stub_code = jsgraph()->HeapConstant(callable.code());
609 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
611 Node* receiver = jsgraph()->UndefinedConstant();
626 Node* stub_code = jsgraph()->HeapConstant(callable.code());
627 Node* receiver = jsgraph()->UndefinedConstant();
646 Node* stub_code = jsgraph()->HeapConstant(callable.code());
647 Node* stack_arg_count = jsgraph()->Int32Constant(arg_count - 1);
650 Node* receiver = jsgraph()->UndefinedConstant();
670 Node* stub_code = jsgraph()->HeapConstant(callable.code());
671 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
672 Node* start_index = jsgraph()->Uint32Constant(p.start_index());
687 Node* stub_code = jsgraph()->HeapConstant(callable.code());
688 Node* stub_arity = jsgraph()->Int32Constant(arg_count);
699 Node* stub_code = jsgraph()->HeapConstant(callable.code());
716 Node* stub_code = jsgraph()->HeapConstant(callable.code());
718 Node* stack_arg_count = jsgraph()->Int32Constant(arg_count - 1);
782 jsgraph()->ExternalConstant(
784 jsgraph()->IntPtrConstant(0), effect, control);
836 Isolate* JSGenericLowering::isolate() const { return jsgraph()->isolate(); }
839 Graph* JSGenericLowering::graph() const { return jsgraph()->graph(); }
843 return jsgraph()->common();
848 return jsgraph()->machine();