Lines Matching refs:jsgraph
25 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph,
27 : AdvancedReducer(editor), jsgraph_(jsgraph), broker_(broker) {}
106 jsgraph()->HeapConstant(callable.code()));
108 jsgraph()->SmiConstant(input_count - 1));
156 Node* const closed = jsgraph()->Constant(JSGeneratorObject::kGeneratorClosed);
157 Node* const undefined = jsgraph()->UndefinedConstant();
252 Node* vtrue = jsgraph()->FalseConstant();
264 jsgraph()->Constant(instance_type));
340 Node* feedback = jsgraph()->UndefinedConstant();
404 jsgraph()->HeapConstant(callable.code()));
409 Graph* JSIntrinsicLowering::graph() const { return jsgraph()->graph(); }
411 Isolate* JSIntrinsicLowering::isolate() const { return jsgraph()->isolate(); }
414 return jsgraph()->common();
422 return jsgraph()->simplified();