Home
last modified time | relevance | path

Searched refs:typer (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/v8/src/compiler/
Djs-graph.h27 JSOperatorBuilder* javascript, Typer* typer, in JSGraph() argument
32 typer_(typer), in JSGraph()
Dtyper.cc67 Visitor(Typer* typer, MaybeHandle<Context> context) in Visitor() argument
68 : typer_(typer), context_(context) {} in Visitor()
120 RunVisitor(Typer* typer, MaybeHandle<Context> context) in RunVisitor() argument
121 : Visitor(typer, context), in RunVisitor()
122 redo(NodeSet::key_compare(), NodeSet::allocator_type(typer->zone())) {} in RunVisitor()
148 NarrowVisitor(Typer* typer, MaybeHandle<Context> context) in NarrowVisitor() argument
149 : Visitor(typer, context) {} in NarrowVisitor()
173 WidenVisitor(Typer* typer, MaybeHandle<Context> context) in WidenVisitor() argument
174 : Visitor(typer, context) {} in WidenVisitor()
888 explicit TyperDecorator(Typer* typer) : typer_(typer) {} in TyperDecorator() argument
Dpipeline.cc182 Typer typer(zone()); in GenerateCode() local
186 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine); in GenerateCode()
236 typer.Run(&graph, info()->context()); in GenerateCode()
240 typer.DecorateGraph(&graph); in GenerateCode()
Djs-builtin-reducer-unittest.cc24 Typer typer(zone()); in Reduce() local
26 JSGraph jsgraph(graph(), common(), javascript(), &typer, &machine); in Reduce()
Dsimplified-operator-reducer-unittest.cc24 Typer typer(zone()); in Reduce() local
27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce()
Djs-inlining.cc413 Typer typer(info.zone()); in TryInlineCall() local
414 JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), &typer, in TryInlineCall()
Dchange-lowering-unittest.cc76 Typer typer(zone()); in Reduce() local
79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce()
Dmachine-operator-reducer-unittest.cc22 Typer typer(zone()); in Reduce() local
24 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine_); in Reduce()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DEmitUtils.java737 final ParameterTyper typer, in member_helper_size() argument
742 return new Integer(typer.getParameterTypes((MethodInfo)value).length); in member_helper_size()
750 member_helper_type(e, bucket, callback, typer, def, end, new BitSet()); in member_helper_size()
761 final ParameterTyper typer, in member_helper_type() argument
767 Type[] types = typer.getParameterTypes(member); in member_helper_type()
783 Type[] example = typer.getParameterTypes((MethodInfo)members.get(0)); in member_helper_type()
790 … return TypeUtils.emulateClassGetName(typer.getParameterTypes((MethodInfo)value)[j]); in member_helper_type()
813 … member_helper_type(e, (List)fbuckets.get(key), callback, typer, def, end, checked); in member_helper_type()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-changes-lowering.cc33 typer(this->zone()), in ChangesLoweringTester()
35 jsgraph(this->graph(), this->common(), &javascript, &typer, in ChangesLoweringTester()
39 Typer typer; member in ChangesLoweringTester
Dtest-machine-operator-reducer.cc59 typer(main_zone()), in ReducerTester()
60 jsgraph(&graph, &common, &javascript, &typer, &machine), in ReducerTester()
73 Typer typer; member in ReducerTester
Dtest-simplified-lowering.cc38 typer(this->zone()), in SimplifiedLoweringTester()
40 jsgraph(this->graph(), this->common(), &javascript, &typer, in SimplifiedLoweringTester()
44 Typer typer; member in SimplifiedLoweringTester
638 Typer typer; member in TestingGraph
651 typer(main_zone()), in TestingGraph()
653 jsgraph(graph(), common(), &javascript, &typer, machine()) { in TestingGraph()
Dtest-js-typed-lowering.cc27 typer(main_zone()), in JSTypedLoweringTester()
29 typer.DecorateGraph(&graph); in JSTypedLoweringTester()
42 Typer typer; member in JSTypedLoweringTester
75 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine); in reduce()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Dsv.po201 msgstr "Använda typer av texturminne"
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dsv.po201 msgstr "Använda typer av texturminne"
/external/chromium_org/v8/tools/gyp/
Dv8_base.host.darwin-mips64.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.darwin-arm.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.linux-mips64.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.linux-mips.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.darwin-mips.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.linux-x86.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.darwin-x86_64.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.darwin-x86.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.linux-x86_64.mk86 v8/src/compiler/typer.cc \
Dv8_base.host.linux-arm.mk86 v8/src/compiler/typer.cc \

12