Searched refs:dex2oat (Results 1 – 25 of 37) sorted by relevance
12
/art/test/118-noimage-dex2oat/ |
D | expected-stdout.txt | 1 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.
|
D | run | 37 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat 42 ${RUN} ${flags} --runtime-option -Ximage-dex2oat
|
D | info.txt | 1 Test that disables dex2oat'ing the image.
|
/art/dex2oat/ |
D | Android.bp | 27 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 …]
|
D | dex2oat.cc | 115 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/ |
D | run | 18 ./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
|
/art/tools/ |
D | dex2oat_wrapper | 19 # 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} \
|
D | Android.bp | 65 "dex2oat", 82 name: "dex2oat-script", 92 "dex2oat",
|
D | build_linux_bionic_tests.sh | 84 $soong_out/bin/dex2oat
|
D | art | 57 --no-compile Don't invoke dex2oat before running. 326 DEX2OAT_BINARY=dex2oat
|
/art/test/116-nodex2oat/ |
D | info.txt | 1 Test that disables dex2oat'ing the application.
|
/art/test/674-HelloWorld-Dm/ |
D | info.txt | 1 Hello World test with --dm-file passed to dex2oat.
|
D | run | 17 ${RUN} --dex2oat-dm "${@}"
|
/art/test/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/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/Dex2oatVdexPublicSdkDex/ |
D | Readme.md | 5 and fields. They are compiled into a dex file and passed to dex2oat to simulate
|
/art/test/071-dexfile-map-clean/ |
D | info.txt | 5 * and when dex2oat is not used
|
/art/odrefresh/ |
D | TODO.md | 17 - Time limit exceeded (indicates a pathological issue, e.g. dex2oat bug, device driver bug, etc).
|
/art/test/generate-boot-image/ |
D | Android.bp | 42 "dex2oat",
|
/art/libarttools/ |
D | Android.bp | 27 // This library contains low-level interfaces used to call dex2oat and
|
/art/test/ |
D | run-test | 232 run_args+=(--gdb-dex2oat-args "$gdb_dex2oat_args") 260 run_args+=(--gdb-dex2oat) 441 run_args+=(--dex2oat-swap)
|
D | README.md | 17 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/ |
D | README.md | 27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
|
/art/build/ |
D | Android.common_path.mk | 108 dex2oat \
|
/art/dexlayout/ |
D | Android.bp | 74 "dex2oat-pgo-defaults",
|
12