Searched refs:compiler (Results 1 – 25 of 167) sorted by relevance
1234567
/art/test/157-void-class/ |
D | run | 21 --runtime-option -Ximage-compiler-option \ 22 --runtime-option --compiler-filter=verify
|
/art/test/401-optimizing-compiler/ |
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the 2 optimizing compiler covers.
|
/art/test/172-app-image-twice/ |
D | run | 23 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \ 26 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
|
/art/compiler/ |
D | Android.bp | 23 name: "libart-compiler-defaults", 91 "compiler.cc", 196 cmd: "$(location generate_operator_out) art/compiler $(in) > $(out)", 212 name: "libart-compiler", 214 "libart-compiler-defaults", 272 static_libs: ["libart-compiler"], 276 name: "libartd-compiler", 279 "libart-compiler-defaults", 328 static_libs: ["libartd-compiler"], 332 name: "libart-compiler-gtest", [all …]
|
/art/dex2oat/ |
D | Android.bp | 119 "libart-compiler", 135 "libart-compiler", 148 "libartd-compiler", 164 "libartd-compiler", 245 "libart-compiler", 291 "libartd-compiler", 397 "libartd-compiler", 399 "libart-compiler-gtest", 467 "libartd-compiler",
|
/art/build/ |
D | Android.oat.mk | 50 core_compile_options += --compiler-backend=Optimizing 54 core_compile_options += --compiler-filter=quicken 58 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail 135 core_compile_options += --compiler-backend=Optimizing 141 core_compile_options += --compiler-filter=quicken 145 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
|
/art/test/437-inline/ |
D | info.txt | 1 Tests inlining in the compiler.
|
/art/test/446-checker-inliner2/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/403-optimizing-long/ |
D | info.txt | 1 Tests long support on optimizing compiler.
|
/art/test/447-checker-inliner3/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/test/441-checker-inliner/ |
D | info.txt | 1 Tests inlining in the optimizing compiler.
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 59 CompilationState(DexToDexCompiler* compiler, 170 DexToDexCompiler::CompilationState::CompilationState(DexToDexCompiler* compiler, in CompilationState() argument 174 : compiler_(compiler), in CompilationState() 175 driver_(*compiler->GetDriver()), in CompilationState() 384 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) in CompileReturnVoid() 406 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) in CompileCheckCast() 439 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInstanceFieldAccess() 487 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInvokeVirtual() 569 VLOG(compiler) << "Quicken data mismatch, for method " in CompileMethod() 642 VLOG(compiler) << "Shared code items " << shared_code_items_.size(); in SetDexFiles()
|
/art/test/628-vdex/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/530-instanceof-checkcast/ |
D | info.txt | 1 Tests compiler optimizations on instanceof and checkcast.
|
/art/test/542-bitfield-rotates/ |
D | info.txt | 1 Tests bitfield rotate simplification in optimizing compiler.
|
/art/test/442-checker-constant-folding/ |
D | info.txt | 1 Tests constant folding in the optimizing compiler.
|
/art/test/674-vdex-uncompress/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/559-checker-irreducible-loop/ |
D | info.txt | 1 Tests for irreducible loop support in compiler.
|
/art/test/463-checker-boolean-simplifier/ |
D | info.txt | 1 Tests simplification of boolean NOT in optimizing compiler.
|
/art/test/564-checker-inline-loop/ |
D | info.txt | 1 Tests inlining of loops in the optimizing compiler.
|
/art/test/638-checker-inline-caches/ |
D | run | 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
|
/art/test/158-app-image-class-table/ |
D | run | 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
|
/art/test/643-checker-bogus-ic/ |
D | run | 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
|
/art/test/458-checker-instruct-simplification/ |
D | info.txt | 1 Tests arithmetic identities optimizations in the optimizing compiler.
|
/art/test/1001-app-image-regions/ |
D | run | 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
|
1234567