Searched refs:dex2oat (Results 1 – 25 of 32) sorted by relevance
12
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 1 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.
|
D | run | 37 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat 42 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat \ 48 ${RUN} ${flags} --runtime-option -Ximage-dex2oat
|
D | info.txt | 1 Test that disables dex2oat'ing the image.
|
/art/dex2oat/ |
D | Android.bp | 18 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 …]
|
D | dex2oat.cc | 1473 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/ |
D | run | 18 ./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
|
/art/test/116-nodex2oat/ |
D | info.txt | 1 Test that disables dex2oat'ing the application.
|
/art/test/719-dm-verify-redefinition/ |
D | check | 20 grep -v dex2oat "$2.tmp1" | grep -v dalvikvm >> "$2.tmp2"
|
/art/test/674-HelloWorld-Dm/ |
D | info.txt | 1 Hello World test with --dm-file passed to dex2oat.
|
/art/dex2oat/include/ |
D | dex2oat_return_codes.h | 21 namespace dex2oat {
|
/art/build/apex/ |
D | art_preinstall_hook_boot.sh | 50 DEX2OAT_IMAGE_XMX=`getprop dalvik.vm.image-dex2oat-Xmx` 58 dex2oat \
|
D | art_preinstall_hook_system_server.sh | 45 DEX2OAT_IMAGE_XMX=`getprop dalvik.vm.dex2oat-Xmx` 62 dex2oat \
|
/art/test/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/art/test/134-nodex2oat-nofallback/ |
D | info.txt | 1 Test that disables dex2oat'ing the application, and disable fallback. This is derived from test
|
/art/test/661-oat-writer-layout/ |
D | info.txt | 3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
|
/art/test/071-dexfile-map-clean/ |
D | info.txt | 5 * and when dex2oat is not used
|
/art/test/etc/ |
D | default-build | 95 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/ |
D | build_linux_bionic_tests.sh | 77 $soong_out/bin/dex2oat
|
D | art | 52 --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/ |
D | Android.oat.mk | 122 .PHONY: test-art-host-dex2oat-host 123 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
|
D | Android.bp | 146 // the ART runtime passes these feature flags to dex2oat and JIT by calling the 147 // method InstructionSetFeatures::FromCppDefines(). Since invoking dex2oat directly
|
D | Android.common_path.mk | 122 dex2oat \
|
/art/libprofile/ |
D | Android.bp | 71 // generically. dex2oat takes care of it itself.
|
/art/dexlayout/ |
D | Android.bp | 74 "dex2oat-pgo-defaults",
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
|
12