Home
last modified time | relevance | path

Searched refs:dex2oat (Results 1 – 25 of 37) 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",
91 cmd: "$(location generate_operator_out) art/dex2oat $(in) > $(out)",
100 name: "libart-dex2oat",
101 defaults: ["libart-dex2oat-defaults"],
125 "libart-dex2oat",
130 // is then used for the (mostly) static host dex2oat binary.
148 name: "libartd-dex2oat",
151 "libart-dex2oat-defaults",
175 "libartd-dex2oat",
196 name: "dex2oat-defaults",
[all …]
Ddex2oat.cc115 namespace dex2oat { namespace
1425 dex2oat::ReturnCode Setup() { in Setup()
1429 return dex2oat::ReturnCode::kOther; in Setup()
1433 return dex2oat::ReturnCode::kOther; in Setup()
1444 return dex2oat::ReturnCode::kOther; in Setup()
1449 return dex2oat::ReturnCode::kOther; in Setup()
1469 return dex2oat::ReturnCode::kOther; in Setup()
1490 return dex2oat::ReturnCode::kOther; in Setup()
1523 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
1539 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.bp65 "dex2oat",
82 name: "dex2oat-script",
92 "dex2oat",
Dbuild_linux_bionic_tests.sh84 $soong_out/bin/dex2oat
Dart57 --no-compile Don't invoke dex2oat before running.
326 DEX2OAT_BINARY=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.
Drun17 ${RUN} --dex2oat-dm "${@}"
/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).
/art/test/generate-boot-image/
DAndroid.bp42 "dex2oat",
/art/libarttools/
DAndroid.bp27 // This library contains low-level interfaces used to call dex2oat and
/art/test/
Drun-test232 run_args+=(--gdb-dex2oat-args "$gdb_dex2oat_args")
260 run_args+=(--gdb-dex2oat)
441 run_args+=(--dex2oat-swap)
DREADME.md17 pre-optimization of the Dex code (using `dex2oat`).
71 against a c1visualizer-style (`.cfg`) file emitted by `dex2oat`, containing
80 and its binaries (`dalvikvm`, `dex2oat`, `oatdump`, etc.). Some of them are used
/art/tools/jvmti-agents/titrace/
DREADME.md27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
/art/build/
DAndroid.common_path.mk108 dex2oat \
/art/dexlayout/
DAndroid.bp74 "dex2oat-pgo-defaults",

12