Home
last modified time | relevance | path

Searched refs:dex2oat (Results 1 – 25 of 35) 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 -Ximage-dex2oat
7 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
11 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 -Ximage-dex2oat
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/dex2oat/
DAndroid.bp18 name: "libart-dex2oat-defaults",
81 cmd: "$(location generate_operator_out) art/dex2oat $(in) > $(out)",
91 name: "libart-dex2oat",
92 defaults: ["libart-dex2oat-defaults"],
116 "libart-dex2oat",
121 name: "libartd-dex2oat",
124 "libart-dex2oat-defaults",
148 "libartd-dex2oat",
169 name: "dex2oat-defaults",
174 "dex2oat.cc",
[all …]
Ddex2oat.cc1677 dex2oat::ReturnCode Setup() { in Setup()
1681 return dex2oat::ReturnCode::kOther; in Setup()
1694 return dex2oat::ReturnCode::kOther; in Setup()
1699 return dex2oat::ReturnCode::kOther; in Setup()
1719 return dex2oat::ReturnCode::kOther; in Setup()
1775 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
1784 return dex2oat::ReturnCode::kOther; in Setup()
1788 return dex2oat::ReturnCode::kOther; in Setup()
1795 return dex2oat::ReturnCode::kOther; in Setup()
1807 return dex2oat::ReturnCode::kOther; in Setup()
[all …]
/art/test/961-default-iface-resolution-gen/
Drun18 ./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
/art/tools/
DAndroid.bp47 "dex2oat",
54 name: "dex2oat-script",
66 "dex2oat",
Ddex2oat_wrapper19 # The purpose of this script is to invoke dex2oat with the right
109 # If the dex2oat binary with the bitness as a suffix doesn't exist,
110 # try with a dex2oat without suffix.
112 if [[ ! -f $ANDROID_ROOT/bin/dex2oat${DEX2OAT_SUFFIX} ]]; then
117 $ANDROID_ROOT/bin/dex2oat${DEX2OAT_SUFFIX} \
Dbuild_linux_bionic_tests.sh85 $soong_out/bin/dex2oat
Dart57 --no-compile Don't invoke dex2oat before running.
326 DEX2OAT_BINARY=dex2oat
/art/test/719-dm-verify-redefinition/
Dcheck20 grep -v dex2oat "$2.tmp1" | grep -v dalvikvm >> "$2.tmp2"
/art/test/116-nodex2oat/
Dinfo.txt1 Test that disables dex2oat'ing the application.
/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/test/674-vdex-uncompress/
Dinfo.txt1 Test that dex2oat can compile an APK that has uncompressed dex files,
/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/libprofile/
DAndroid.bp72 // generically. dex2oat takes care of it itself.
/art/build/
DAndroid.common_path.mk87 dex2oat \
DAndroid.bp184 // the ART runtime passes these feature flags to dex2oat and JIT by calling the
185 // method InstructionSetFeatures::FromCppDefines(). Since invoking dex2oat directly
/art/tools/jvmti-agents/titrace/
DREADME.md27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
/art/build/sdk/
DAndroid.bp91 "dex2oat",
/art/dexlayout/
DAndroid.bp71 "dex2oat-pgo-defaults",
/art/test/
DREADME.md17 pre-optimization of the Dex code (using `dex2oat`).
65 and its binaries (`dalvikvm`, `dex2oat`, `oatdump`, etc.). Some of them are used

12