Searched refs:dalvikvm (Results 1 – 14 of 14) sorted by relevance
/art/tools/bisection_search/ |
D | README.md | 20 1. Regular invocation, dalvikvm command is constructed internally: 24 2. Raw-cmd invocation, dalvikvm command is accepted as an argument. 26 Extra dalvikvm arguments will be placed on second position in the command 29 If used in device mode, the command has to exec a dalvikvm instance. Bisection 38 [--dalvikvm-option [OPT [OPT ...]]] [--arg [ARG [ARG ...]]] 51 dalvikvm command options: 55 --dalvikvm-option [OPT [OPT ...]] additional dalvikvm option
|
/art/test/719-dm-verify-redefinition/ |
D | check | 20 grep -v dex2oat "$2.tmp1" | grep -v dalvikvm >> "$2.tmp2"
|
/art/dalvikvm/ |
D | Android.bp | 18 name: "dalvikvm", 22 srcs: ["dalvikvm.cc"],
|
D | dalvikvm.cc | 108 static int dalvikvm(int argc, char** argv) { in dalvikvm() function 219 _exit(art::dalvikvm(argc, argv)); in main()
|
/art/tools/ |
D | run-jdwp-tests.sh | 448 pkill -9 -f /bin/dalvikvm 452 adb shell pkill -l 9 -f /bin/dalvikvm
|
D | art | 176 # Otherwise let dalvikvm give the error message about an invalid image file. 198 # When running dex2oat use the exact same context as when running dalvikvm. 253 # Reset any previously parsed classpath, just like dalvikvm 271 # Runs dalvikvm, returns its exit code. 276 # Run dalvikvm. 293 # Avoid polluting disk with 'oat' files after dalvikvm has finished. 296 # Forward exit code of dalvikvm. 303 ART_BINARY=dalvikvm 583 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.
|
D | build_linux_bionic_tests.sh | 75 $soong_out/bin/dalvikvm
|
D | buildbot-setup-device.sh | 109 processes=$(adb shell "ps" | grep dalvikvm | awk '{print $2}')
|
/art/build/ |
D | Android.common_path.mk | 130 dalvikvm \
|
/art/tools/dexfuzz/ |
D | README | 32 having DEX files pushed to it and executed with the dalvikvm command. 38 executed in, using dalvikvm. For example, /data/art-test/
|
/art/test/ |
D | README.md | 16 executed on the ART runtime (`dalvikvm`), possibly preceded by a 65 and its binaries (`dalvikvm`, `dex2oat`, `oatdump`, etc.). Some of them are used
|
/art/build/apex/ |
D | ld.config.txt | 37 # JVMTI libraries used in ART testing are located under /data; dalvikvm 44 # dalvikvm has to be able to dlopen the files for CTS.
|
D | Android.bp | 9 "dalvikvm",
|
/art/ |
D | Android.mk | 376 dalvikvm.com.android.art.release \ 499 bin/dalvikvm \ 721 build-art-target-golem: dex2oat dalvikvm linker libstdc++ \
|