Home
last modified time | relevance | path

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

1234567

/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/test/172-app-image-twice/
Drun23 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
26 ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
/art/compiler/
DAndroid.bp23 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/
DAndroid.bp119 "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/
DAndroid.oat.mk50 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/
Dinfo.txt1 Tests inlining in the compiler.
/art/test/446-checker-inliner2/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/403-optimizing-long/
Dinfo.txt1 Tests long support on optimizing compiler.
/art/test/447-checker-inliner3/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/441-checker-inliner/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc59 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/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/530-instanceof-checkcast/
Dinfo.txt1 Tests compiler optimizations on instanceof and checkcast.
/art/test/542-bitfield-rotates/
Dinfo.txt1 Tests bitfield rotate simplification in optimizing compiler.
/art/test/442-checker-constant-folding/
Dinfo.txt1 Tests constant folding in the optimizing compiler.
/art/test/674-vdex-uncompress/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/559-checker-irreducible-loop/
Dinfo.txt1 Tests for irreducible loop support in compiler.
/art/test/463-checker-boolean-simplifier/
Dinfo.txt1 Tests simplification of boolean NOT in optimizing compiler.
/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/158-app-image-class-table/
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
/art/test/458-checker-instruct-simplification/
Dinfo.txt1 Tests arithmetic identities optimizations in the optimizing compiler.
/art/test/1001-app-image-regions/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile

1234567