Searched refs:typer_ (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | typer.cc | 68 : 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 …]
|
D | js-graph.h | 32 typer_(typer), in JSGraph() 94 Typer* typer_; variable
|
D | js-graph.cc | 21 typer_->Init(node); in NewNode()
|
/external/v8/test/cctest/compiler/ |
D | test-representation-change.cc | 27 typer_(main_zone()), in RepresentationChangerTester() 29 jsgraph_(main_graph_, &main_common_, &javascript_, &typer_, in RepresentationChangerTester() 36 Typer typer_; member in v8::internal::compiler::RepresentationChangerTester
|
D | test-js-context-specialization.cc | 27 typer_(main_zone()), in ContextSpecializationTester() 28 jsgraph_(graph(), common(), &javascript_, &typer_, &machine_), in ContextSpecializationTester() 43 Typer typer_; member in ContextSpecializationTester
|