Home
last modified time | relevance | path

Searched refs:dex2oat (Results 1 – 25 of 32) sorted by relevance

12

/art/test/118-noimage-dex2oat/
Dexpected.txt1 Run -Xnoimage-dex2oat
3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
5 Run -Xnoimage-dex2oat -Xno-dex-file-fallback
7 Run -Ximage-dex2oat
9 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
13 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
Drun37 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat
42 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat \
48 ${RUN} ${flags} --runtime-option -Ximage-dex2oat
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/dex2oat/
DAndroid.bp18 name: "libart-dex2oat-defaults",
105 cmd: "$(location generate_operator_out) art/dex2oat $(in) > $(out)",
116 name: "libart-dex2oat",
117 defaults: ["libart-dex2oat-defaults"],
137 "libart-dex2oat",
142 name: "libartd-dex2oat",
145 "libart-dex2oat-defaults",
166 "libartd-dex2oat",
177 name: "dex2oat-defaults",
182 "dex2oat.cc",
[all …]
Ddex2oat.cc1473 dex2oat::ReturnCode Setup() { in Setup()
1477 return dex2oat::ReturnCode::kOther; in Setup()
1489 return dex2oat::ReturnCode::kOther; in Setup()
1494 return dex2oat::ReturnCode::kOther; in Setup()
1511 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
1588 return dex2oat::ReturnCode::kOther; in Setup()
1656 return dex2oat::ReturnCode::kOther; in Setup()
1678 return dex2oat::ReturnCode::kOther; in Setup()
1692 return dex2oat::ReturnCode::kNoFailure; in Setup()
2866 static dex2oat::ReturnCode CompileImage(Dex2Oat& dex2oat) { in CompileImage() argument
[all …]
/art/test/961-default-iface-resolution-gen/
Drun18 ./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
/art/test/116-nodex2oat/
Dinfo.txt1 Test that disables dex2oat'ing the application.
/art/test/719-dm-verify-redefinition/
Dcheck20 grep -v dex2oat "$2.tmp1" | grep -v dalvikvm >> "$2.tmp2"
/art/test/674-HelloWorld-Dm/
Dinfo.txt1 Hello World test with --dm-file passed to dex2oat.
/art/dex2oat/include/
Ddex2oat_return_codes.h21 namespace dex2oat {
/art/build/apex/
Dart_preinstall_hook_boot.sh50 DEX2OAT_IMAGE_XMX=`getprop dalvik.vm.image-dex2oat-Xmx`
58 dex2oat \
Dart_preinstall_hook_system_server.sh45 DEX2OAT_IMAGE_XMX=`getprop dalvik.vm.dex2oat-Xmx`
62 dex2oat \
/art/test/674-vdex-uncompress/
Dinfo.txt1 Test that dex2oat can compile an APK that has uncompressed dex files,
/art/test/134-nodex2oat-nofallback/
Dinfo.txt1 Test that disables dex2oat'ing the application, and disable fallback. This is derived from test
/art/test/661-oat-writer-layout/
Dinfo.txt3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
/art/test/071-dexfile-map-clean/
Dinfo.txt5 * and when dex2oat is not used
/art/test/etc/
Ddefault-build95 if [ -d src-dex2oat-unresolved ]; then
364 …javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -n…
365 …javac_with_bootclasspath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved…
/art/tools/
Dbuild_linux_bionic_tests.sh77 $soong_out/bin/dex2oat
Dart52 --no-compile Don't invoke dex2oat before running.
198 # When running dex2oat use the exact same context as when running dalvikvm.
223 # Extract the dex2oat flags from the list of arguments.
302 DEX2OAT_BINARY=dex2oat
478 # Extract the dex2oat flags from the list of arguments.
597 # Run dex2oat before launching ART to generate the oat files for the classpath.
602 # Do not continue if the dex2oat failed.
605 echo "Failed dex2oat invocation" >&2
/art/build/
DAndroid.oat.mk122 .PHONY: test-art-host-dex2oat-host
123 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
DAndroid.bp146 // the ART runtime passes these feature flags to dex2oat and JIT by calling the
147 // method InstructionSetFeatures::FromCppDefines(). Since invoking dex2oat directly
DAndroid.common_path.mk122 dex2oat \
/art/libprofile/
DAndroid.bp71 // generically. dex2oat takes care of it itself.
/art/dexlayout/
DAndroid.bp74 "dex2oat-pgo-defaults",
/art/tools/jvmti-agents/titrace/
DREADME.md27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`

12