Home | History | Annotate | Download | only in compiler

Lines Matching defs:jsgraph

35   JSGraph* jsgraph() { return &jsgraph_; }
44 JSGraph jsgraph_;
65 Node* const_context = t.jsgraph()->Constant(native);
66 Node* deep_const_context = t.jsgraph()->Constant(subcontext2);
68 JSContextSpecializer spec(t.info(), t.jsgraph(), const_context);
137 Node* const_context = t.jsgraph()->Constant(native);
138 Node* deep_const_context = t.jsgraph()->Constant(subcontext2);
140 JSContextSpecializer spec(t.info(), t.jsgraph(), const_context);
204 Node* const_context = t.jsgraph()->Constant(native);
206 JSContextSpecializer spec(t.info(), t.jsgraph(), const_context);