Home
last modified time | relevance | path

Searched refs:typer_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dtyper.cc68 : typer_(typer), context_(context) {} in Visitor()
108 Zone* zone() { return typer_->zone(); } in zone()
109 Isolate* isolate() { return typer_->isolate(); } in isolate()
113 Typer* typer_; member in v8::internal::compiler::Typer::Visitor
827 return typer_->number_fun1_; // TODO(rossberg): can't express overloading in MACHINE_OP_LIST()
829 return typer_->number_fun1_; in MACHINE_OP_LIST()
831 return typer_->number_fun1_; in MACHINE_OP_LIST()
833 return typer_->number_fun1_; in MACHINE_OP_LIST()
835 return typer_->number_fun2_; in MACHINE_OP_LIST()
837 return typer_->number_fun1_; in MACHINE_OP_LIST()
[all …]
Djs-graph.h32 typer_(typer), in JSGraph()
94 Typer* typer_; variable
Djs-graph.cc21 typer_->Init(node); in NewNode()
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc27 typer_(main_zone()), in RepresentationChangerTester()
29 jsgraph_(main_graph_, &main_common_, &javascript_, &typer_, in RepresentationChangerTester()
36 Typer typer_; member in v8::internal::compiler::RepresentationChangerTester
Dtest-js-context-specialization.cc27 typer_(main_zone()), in ContextSpecializationTester()
28 jsgraph_(graph(), common(), &javascript_, &typer_, &machine_), in ContextSpecializationTester()
43 Typer typer_; member in ContextSpecializationTester