Home | History | Annotate | Download | only in art

Lines Matching refs:dalvik

71 	rm -rf $(TMPDIR)/$(USER)/test-*/dalvik-cache/*
72 rm -rf $(TMPDIR)/android-data/dalvik-cache/*
74 rm -rf /tmp/$(USER)/test-*/dalvik-cache/*
75 rm -rf /tmp/android-data/dalvik-cache/*
90 adb shell rm -rf data/run-test/test-*/dalvik-cache/*
301 OUT_OAT_FILE := $(call dalvik-cache-out,$(1)/classes.dex)
376 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
383 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
386 .PHONY: use-dalvik
387 use-dalvik:
390 adb shell setprop persist.sys.dalvik.vm.lib.2 libdvm.so
398 adb shell setprop dalvik.vm.dex2oat-filter ""
399 adb shell setprop dalvik.vm.image-dex2oat-filter ""
400 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
408 adb shell setprop dalvik.vm.dex2oat-filter ""
409 adb shell setprop dalvik.vm.image-dex2oat-filter ""
410 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
418 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
419 adb shell setprop dalvik.vm.image-dex2oat-filter ""
420 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
428 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
429 adb shell setprop dalvik.vm.image-dex2oat-filter "interpret-only"
430 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so
438 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
439 adb shell setprop dalvik.vm.image-dex2oat-filter "interpret-only"
440 adb shell setprop persist.sys.dalvik.vm.lib.2 libartd.so
448 adb shell setprop dalvik.vm.dex2oat-filter "verify-none"
449 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-none"
450 adb shell setprop persist.sys.dalvik.vm.lib.2 libart.so