/external/chromium_org/v8/src/compiler/ |
D | js-graph.h | 27 JSOperatorBuilder* javascript, Typer* typer, in JSGraph() argument 32 typer_(typer), in JSGraph()
|
D | typer.cc | 67 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
|
D | pipeline.cc | 182 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()
|
D | js-builtin-reducer-unittest.cc | 24 Typer typer(zone()); in Reduce() local 26 JSGraph jsgraph(graph(), common(), javascript(), &typer, &machine); in Reduce()
|
D | simplified-operator-reducer-unittest.cc | 24 Typer typer(zone()); in Reduce() local 27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce()
|
D | js-inlining.cc | 413 Typer typer(info.zone()); in TryInlineCall() local 414 JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), &typer, in TryInlineCall()
|
D | change-lowering-unittest.cc | 76 Typer typer(zone()); in Reduce() local 79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce()
|
D | machine-operator-reducer-unittest.cc | 22 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/ |
D | EmitUtils.java | 737 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/ |
D | test-changes-lowering.cc | 33 typer(this->zone()), in ChangesLoweringTester() 35 jsgraph(this->graph(), this->common(), &javascript, &typer, in ChangesLoweringTester() 39 Typer typer; member in ChangesLoweringTester
|
D | test-machine-operator-reducer.cc | 59 typer(main_zone()), in ReducerTester() 60 jsgraph(&graph, &common, &javascript, &typer, &machine), in ReducerTester() 73 Typer typer; member in ReducerTester
|
D | test-simplified-lowering.cc | 38 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()
|
D | test-js-typed-lowering.cc | 27 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/ |
D | sv.po | 201 msgstr "Använda typer av texturminne"
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | sv.po | 201 msgstr "Använda typer av texturminne"
|
/external/chromium_org/v8/tools/gyp/ |
D | v8_base.host.darwin-mips64.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.darwin-arm.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.linux-mips64.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.linux-mips.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.darwin-mips.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.linux-x86.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.darwin-x86_64.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.darwin-x86.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.linux-x86_64.mk | 86 v8/src/compiler/typer.cc \
|
D | v8_base.host.linux-arm.mk | 86 v8/src/compiler/typer.cc \
|