Searched refs:dalvikvm (Results 1 – 12 of 12) 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 212 return art::dalvikvm(argc, argv); in main()
|
/art/tools/ |
D | run-jdwp-tests.sh | 421 pkill -9 -f /bin/dalvikvm 425 adb shell pkill -l 9 -f /bin/dalvikvm
|
D | build_linux_bionic_tests.sh | 75 $soong_out/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. 252 # Reset any previously parsed classpath, just like dalvikvm 270 # Runs dalvikvm, returns its exit code. 275 # Run dalvikvm. 291 # Avoid polluting disk with 'oat' files after dalvikvm has finished. 294 # Forward exit code of dalvikvm. 301 ART_BINARY=dalvikvm 556 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.
|
/art/build/ |
D | Android.common_path.mk | 129 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/build/apex/ |
D | ld.config.txt | 20 # odex files are in /system/framework. dalvikvm has to be able to dlopen the
|
D | Android.bp | 6 "dalvikvm",
|
/art/ |
D | Android.mk | 412 dalvikvm \ 596 build-art-target-golem: dex2oat dalvikvm linker libstdc++ \
|