/external/v8/src/compiler/ |
js-graph.h | 32 typer_(typer), 94 Typer* typer_; member in class:v8::internal::compiler::JSGraph
|
typer.cc | 68 : typer_(typer), context_(context) {} 108 Zone* zone() { return typer_->zone(); } 109 Isolate* isolate() { return typer_->isolate(); } 113 Typer* typer_; member in class:v8::internal::compiler::Typer::Visitor 827 return typer_->number_fun1_; // TODO(rossberg): can't express overloading 829 return typer_->number_fun1_; 831 return typer_->number_fun1_; 833 return typer_->number_fun1_; 835 return typer_->number_fun2_; 837 return typer_->number_fun1_ 892 Typer* typer_; member in class:v8::internal::compiler::__anon19132::TyperDecorator [all...] |
/external/v8/test/cctest/compiler/ |
test-js-context-specialization.cc | 27 typer_(main_zone()), 28 jsgraph_(graph(), common(), &javascript_, &typer_, &machine_), 43 Typer typer_; member in class:ContextSpecializationTester
|
test-representation-change.cc | 27 typer_(main_zone()), 29 jsgraph_(main_graph_, &main_common_, &javascript_, &typer_, 36 Typer typer_; member in class:v8::internal::compiler::RepresentationChangerTester
|