Home
last modified time | relevance | path

Searched refs:Typer (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/compiler/
Dtyper.cc17 Typer::Typer(Zone* zone) : zone_(zone) { in Typer() function in v8::internal::compiler::Typer
65 class Typer::Visitor : public NullNodeVisitor {
67 Visitor(Typer* typer, MaybeHandle<Context> context) in Visitor()
113 Typer* typer_;
118 class Typer::RunVisitor : public Typer::Visitor {
120 RunVisitor(Typer* typer, MaybeHandle<Context> context) in RunVisitor()
146 class Typer::NarrowVisitor : public Typer::Visitor {
148 NarrowVisitor(Typer* typer, MaybeHandle<Context> context) in NarrowVisitor()
171 class Typer::WidenVisitor : public Typer::Visitor {
173 WidenVisitor(Typer* typer, MaybeHandle<Context> context) in WidenVisitor()
[all …]
Djs-graph.h19 class Typer; variable
27 JSOperatorBuilder* javascript, Typer* typer, in JSGraph()
94 Typer* typer_;
Dtyper.h18 class Typer {
20 explicit Typer(Zone* zone);
Djs-builtin-reducer-unittest.cc24 Typer typer(zone()); in Reduce()
Dpipeline.cc182 Typer typer(zone()); in GenerateCode()
Dsimplified-operator-reducer-unittest.cc24 Typer typer(zone()); in Reduce()
Djs-inlining.cc413 Typer typer(info.zone()); in TryInlineCall()
Dchange-lowering-unittest.cc76 Typer typer(zone()); in Reduce()
Dmachine-operator-reducer-unittest.cc22 Typer typer(zone()); in Reduce()
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc36 Typer typer_;
Dtest-js-context-specialization.cc43 Typer typer_;
Dtest-js-constant-cache.cc28 Typer main_typer_;
Dtest-changes-lowering.cc39 Typer typer;
Dtest-machine-operator-reducer.cc73 Typer typer;
Dtest-simplified-lowering.cc44 Typer typer;
638 Typer typer;
Dtest-js-typed-lowering.cc42 Typer typer;
/external/v8/test/mjsunit/
Dmjsunit.status66 # TODO(rossberg): Typer doesn't like contexts very much.