Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 146) sorted by relevance

123456

/art/test/157-void-class/
Drun21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
/art/test/401-optimizing-compiler/
Dinfo.txt1 A set of tests for the optimizing compiler. They will incrementally cover what the
2 optimizing compiler covers.
/art/compiler/
DAndroid.bp23 name: "libart-compiler-defaults",
95 "compiler.cc",
194 // For compiler driver TLS.
222 cmd: "$(location generate-operator-out.py) art/compiler $(in) > $(out)",
240 name: "libart-compiler",
241 defaults: ["libart-compiler-defaults"],
277 name: "libartd-compiler",
280 "libart-compiler-defaults",
317 name: "libart-compiler-gtest",
321 "libartd-compiler",
[all …]
/art/oatdump/
DAndroid.bp35 "libart-compiler",
49 "libartd-compiler",
75 "libart-compiler",
105 "libartd-compiler",
/art/compiler/optimizing/
Dbuilder.cc53 VLOG(compiler) << "Skip compilation of huge method " in SkipCompilation()
63 VLOG(compiler) << "Skip compilation of large method with no branch " in SkipCompilation()
/art/dex2oat/
DAndroid.bp59 "libart-compiler",
73 "libartd-compiler",
98 "libart-compiler",
128 "libartd-compiler",
/art/test/437-inline/
Dinfo.txt1 Tests inlining in the compiler.
/art/test/446-checker-inliner2/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/447-checker-inliner3/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/403-optimizing-long/
Dinfo.txt1 Tests long support on optimizing compiler.
/art/test/441-checker-inliner/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/compiler/dex/
Ddex_to_dex_compiler.cc52 DexCompiler(art::CompilerDriver& compiler, in DexCompiler() argument
55 : driver_(compiler), in DexCompiler()
211 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) in CompileReturnVoid()
231 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) in CompileCheckCast()
261 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInstanceFieldAccess()
300 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInvokeVirtual()
/art/build/
DAndroid.oat.mk55 core_compile_options += --compiler-backend=Optimizing
59 core_compile_options += --compiler-filter=quicken
63 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
163 core_compile_options += --compiler-backend=Optimizing
169 core_compile_options += --compiler-filter=quicken
173 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
/art/test/442-checker-constant-folding/
Dinfo.txt1 Tests constant folding in the optimizing compiler.
/art/test/530-instanceof-checkcast/
Dinfo.txt1 Tests compiler optimizations on instanceof and checkcast.
/art/test/628-vdex/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/542-bitfield-rotates/
Dinfo.txt1 Tests bitfield rotate simplification in optimizing compiler.
/art/test/559-checker-irreducible-loop/
Dinfo.txt1 Tests for irreducible loop support in compiler.
/art/test/707-checker-invalid-profile/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/458-checker-instruct-simplification/
Dinfo.txt1 Tests arithmetic identities optimizations in the optimizing compiler.
/art/test/463-checker-boolean-simplifier/
Dinfo.txt1 Tests simplification of boolean NOT in optimizing compiler.
/art/test/158-app-image-class-table/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/564-checker-inline-loop/
Dinfo.txt1 Tests inlining of loops in the optimizing compiler.
/art/test/638-checker-inline-caches/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/643-checker-bogus-ic/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile

123456