Lines Matching refs:changer

40   RepresentationChanger* changer() { return &changer_; }  in changer()  function in v8::internal::compiler::RepresentationChangerTester
88 changer()->testing_type_errors_ = true; in CheckTypeError()
89 changer()->type_error_ = false; in CheckTypeError()
91 Node* c = changer()->GetRepresentationFor(n, from, from_type, to); in CheckTypeError()
92 CHECK(changer()->type_error_); in CheckTypeError()
99 Node* c = changer()->GetRepresentationFor(n, from, from_type, to); in CheckNop()
116 Node* true_bit = r.changer()->GetRepresentationFor( in TEST()
122 Node* false_bit = r.changer()->GetRepresentationFor( in TEST()
134 Node* val = r.changer()->GetRepresentationFor( in TEST()
149 Node* c = r.changer()->GetRepresentationFor( in TEST()
159 Node* c = r.changer()->GetRepresentationFor( in TEST()
169 Node* c = r.changer()->GetRepresentationFor( in TEST()
179 Node* c = r.changer()->GetRepresentationFor( in TEST()
189 Node* c = r.changer()->GetRepresentationFor( in TEST()
204 Node* c = r.changer()->GetRepresentationFor( in TEST()
214 Node* c = r.changer()->GetRepresentationFor( in TEST()
224 Node* c = r.changer()->GetRepresentationFor( in TEST()
234 Node* c = r.changer()->GetRepresentationFor( in TEST()
244 Node* c = r.changer()->GetRepresentationFor( in TEST()
267 Node* c = r.changer()->GetRepresentationFor( in TEST()
277 Node* c = r.changer()->GetRepresentationFor( in TEST()
287 Node* c = r.changer()->GetRepresentationFor( in TEST()
298 Node* c = r.changer()->GetRepresentationFor( in TEST()
309 Node* c = r.changer()->GetRepresentationFor( in TEST()
324 Node* c = r.changer()->GetRepresentationFor( in TEST()
335 Node* c = r.changer()->GetRepresentationFor( in TEST()
345 Node* c = r.changer()->GetRepresentationFor( in TEST()
355 Node* c = r.changer()->GetRepresentationFor( in TEST()
370 Node* c = r.changer()->GetRepresentationFor( in TEST()
381 Node* c = r.changer()->GetRepresentationFor( in TEST()
391 Node* c = r.changer()->GetRepresentationFor( in TEST()
401 Node* c = r.changer()->GetRepresentationFor( in TEST()
415 Node* c = r.changer()->GetRepresentationFor(n, from, from_type, to); in CheckChange()
430 Node* c1 = r.changer()->GetRepresentationFor(n, from, from_type, to); in CheckTwoChanges()