Searched refs:Typer (Results 1 – 17 of 17) sorted by relevance
17 Typer::Typer(Zone* zone) : zone_(zone) { in Typer() function in v8::internal::compiler::Typer65 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 …]
19 class Typer; variable27 JSOperatorBuilder* javascript, Typer* typer, in JSGraph()94 Typer* typer_;
18 class Typer {20 explicit Typer(Zone* zone);
24 Typer typer(zone()); in Reduce()
182 Typer typer(zone()); in GenerateCode()
413 Typer typer(info.zone()); in TryInlineCall()
76 Typer typer(zone()); in Reduce()
22 Typer typer(zone()); in Reduce()
36 Typer typer_;
43 Typer typer_;
28 Typer main_typer_;
39 Typer typer;
73 Typer typer;
44 Typer typer;638 Typer typer;
42 Typer typer;
66 # TODO(rossberg): Typer doesn't like contexts very much.