Searched refs:dex2oat (Results 1 – 25 of 35) 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", 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 …]
|
D | dex2oat.cc | 112 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/ |
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 | 73 "dex2oat", 90 name: "dex2oat-script", 100 "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
|
D | compile-jar.py | 249 pre_args.append(args.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.
|
/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).
|
D | Android.bp | 99 "dex2oat",
|
/art/test/etc/ |
D | default-build | 101 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/ |
D | Android.common_path.mk | 103 dex2oat \
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
|
/art/dexlayout/ |
D | Android.bp | 74 "dex2oat-pgo-defaults",
|
/art/test/ |
D | README.md | 17 pre-optimization of the Dex code (using `dex2oat`). 66 and its binaries (`dalvikvm`, `dex2oat`, `oatdump`, etc.). Some of them are used
|
/art/runtime/ |
D | Android.bp | 472 // 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