Home
last modified time | relevance | path

Searched refs:dalvikvm (Results 1 – 14 of 14) sorted by relevance

/art/tools/bisection_search/
DREADME.md20 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/
Dcheck20 grep -v dex2oat "$2.tmp1" | grep -v dalvikvm >> "$2.tmp2"
/art/dalvikvm/
DAndroid.bp18 name: "dalvikvm",
22 srcs: ["dalvikvm.cc"],
Ddalvikvm.cc108 static int dalvikvm(int argc, char** argv) { in dalvikvm() function
219 _exit(art::dalvikvm(argc, argv)); in main()
/art/tools/
Drun-jdwp-tests.sh448 pkill -9 -f /bin/dalvikvm
452 adb shell pkill -l 9 -f /bin/dalvikvm
Dart176 # 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.
Dbuild_linux_bionic_tests.sh75 $soong_out/bin/dalvikvm
Dbuildbot-setup-device.sh109 processes=$(adb shell "ps" | grep dalvikvm | awk '{print $2}')
/art/build/
DAndroid.common_path.mk130 dalvikvm \
/art/tools/dexfuzz/
DREADME32 having DEX files pushed to it and executed with the dalvikvm command.
38 executed in, using dalvikvm. For example, /data/art-test/
/art/test/
DREADME.md16 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/
Dld.config.txt37 # JVMTI libraries used in ART testing are located under /data; dalvikvm
44 # dalvikvm has to be able to dlopen the files for CTS.
DAndroid.bp9 "dalvikvm",
/art/
DAndroid.mk376 dalvikvm.com.android.art.release \
499 bin/dalvikvm \
721 build-art-target-golem: dex2oat dalvikvm linker libstdc++ \