HomeSort by relevance Sort by last modified time
    Searched refs:typer (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/v8/src/compiler/
js-graph.h 19 class Typer;
27 JSOperatorBuilder* javascript, Typer* typer,
32 typer_(typer),
94 Typer* typer_;
pipeline.cc 26 #include "src/compiler/typer.h"
181 // typer could sweep over later.
182 Typer typer(zone());
186 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
235 PhaseStats typer_stats(info(), PhaseStats::CREATE_GRAPH, "typer");
236 typer.Run(&graph, info()->context());
240 typer.DecorateGraph(&graph);
typer.cc 11 #include "src/compiler/typer.h"
17 Typer::Typer(Zone* zone) : zone_(zone) {
65 class Typer::Visitor : public NullNodeVisitor {
67 Visitor(Typer* typer, MaybeHandle<Context> context)
68 : typer_(typer), context_(context) {}
113 Typer* typer_;
118 class Typer::RunVisitor : public Typer::Visitor
    [all...]
js-builtin-reducer-unittest.cc 9 #include "src/compiler/typer.h"
24 Typer typer(zone());
26 JSGraph jsgraph(graph(), common(), javascript(), &typer, &machine); local
js-inlining.cc 17 #include "src/compiler/typer.h"
413 Typer typer(info.zone());
414 JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), &typer,
change-lowering-unittest.cc 11 #include "src/compiler/typer.h"
76 Typer typer(zone());
79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); local
simplified-operator-reducer-unittest.cc 9 #include "src/compiler/typer.h"
24 Typer typer(zone());
27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); local
machine-operator-reducer-unittest.cc 9 #include "src/compiler/typer.h"
22 Typer typer(zone());
24 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine_); local
  /external/chromium_org/v8/test/cctest/compiler/
test-changes-lowering.cc 13 #include "src/compiler/typer.h"
33 typer(this->zone()),
35 jsgraph(this->graph(), this->common(), &javascript, &typer,
39 Typer typer; member in class:ChangesLoweringTester
test-machine-operator-reducer.cc 11 #include "src/compiler/typer.h"
59 typer(main_zone()),
60 jsgraph(&graph, &common, &javascript, &typer, &machine),
73 Typer typer; member in class:ReducerTester
test-simplified-lowering.cc 15 #include "src/compiler/typer.h"
38 typer(this->zone()),
40 jsgraph(this->graph(), this->common(), &javascript, &typer,
44 Typer typer; member in class:SimplifiedLoweringTester
638 Typer typer; member in class:TestingGraph
651 typer(main_zone()),
653 jsgraph(graph(), common(), &javascript, &typer, machine()) {
    [all...]
test-js-typed-lowering.cc 12 #include "src/compiler/typer.h"
27 typer(main_zone()),
29 typer.DecorateGraph(&graph);
42 Typer typer; member in class:JSTypedLoweringTester
75 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 737 final ParameterTyper typer,
742 return new Integer(typer.getParameterTypes((MethodInfo)value).length);
750 member_helper_type(e, bucket, callback, typer, def, end, new BitSet());
761 final ParameterTyper typer,
767 Type[] types = typer.getParameterTypes(member);
783 Type[] example = typer.getParameterTypes((MethodInfo)members.get(0));
790 return TypeUtils.emulateClassGetName(typer.getParameterTypes((MethodInfo)value)[j]);
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 86 v8/src/compiler/typer.cc \
v8_base.host.darwin-arm64.mk 86 v8/src/compiler/typer.cc \
v8_base.host.darwin-mips.mk 86 v8/src/compiler/typer.cc \
v8_base.host.darwin-mips64.mk 86 v8/src/compiler/typer.cc \
v8_base.host.darwin-x86.mk 86 v8/src/compiler/typer.cc \
v8_base.host.darwin-x86_64.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-arm.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-arm64.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-mips.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-mips64.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-x86.mk 86 v8/src/compiler/typer.cc \
v8_base.host.linux-x86_64.mk 86 v8/src/compiler/typer.cc \

Completed in 377 milliseconds

1 2