Home
last modified time | relevance | path

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

12

/art/test/118-noimage-dex2oat/
Dexpected-stdout.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.bp27 name: "libart-dex2oat-defaults",
90 cmd: "$(location generate_operator_out) art/dex2oat $(in) > $(out)",
99 name: "libart-dex2oat",
100 defaults: ["libart-dex2oat-defaults"],
124 "libart-dex2oat",
129 // is then used for the (mostly) static host dex2oat binary.
147 name: "libartd-dex2oat",
150 "libart-dex2oat-defaults",
174 "libartd-dex2oat",
196 name: "dex2oat-defaults",
[all …]
Ddex2oat.cc112 namespace dex2oat { namespace
1415 dex2oat::ReturnCode Setup() { in Setup()
1419 return dex2oat::ReturnCode::kOther; in Setup()
1432 return dex2oat::ReturnCode::kOther; in Setup()
1437 return dex2oat::ReturnCode::kOther; in Setup()
1457 return dex2oat::ReturnCode::kOther; in Setup()
1478 return dex2oat::ReturnCode::kOther; in Setup()
1517 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
1526 return dex2oat::ReturnCode::kOther; in Setup()
1530 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/
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} \
DAndroid.bp73 "dex2oat",
90 name: "dex2oat-script",
100 "dex2oat",
Dbuild_linux_bionic_tests.sh84 $soong_out/bin/dex2oat
Dart57 --no-compile Don't invoke dex2oat before running.
326 DEX2OAT_BINARY=dex2oat
Dcompile-jar.py249 pre_args.append(args.dex2oat)
/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/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/Dex2oatVdexPublicSdkDex/
DReadme.md5 and fields. They are compiled into a dex file and passed to dex2oat to simulate
/art/test/071-dexfile-map-clean/
Dinfo.txt5 * and when dex2oat is not used
/art/odrefresh/
DTODO.md17 - Time limit exceeded (indicates a pathological issue, e.g. dex2oat bug, device driver bug, etc).
DAndroid.bp99 "dex2oat",
/art/test/etc/
Ddefault-build101 if [ -d src-dex2oat-unresolved ]; then
373 …javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -n…
374 …javac_with_bootclasspath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved…
/art/build/
DAndroid.common_path.mk103 dex2oat \
/art/tools/jvmti-agents/titrace/
DREADME.md27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
/art/dexlayout/
DAndroid.bp74 "dex2oat-pgo-defaults",
/art/test/
DREADME.md17 pre-optimization of the Dex code (using `dex2oat`).
66 and its binaries (`dalvikvm`, `dex2oat`, `oatdump`, etc.). Some of them are used
/art/runtime/
DAndroid.bp472 // generically. dex2oat takes care of it itself.
567 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
821 required: ["dex2oat"],
875 required: ["dex2oat"],

12