Searched refs:image (Results 1 - 25 of 47) sorted by relevance

12

/art/test/616-cha/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-abstract/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-interface/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-interface-default/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-miranda/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-proxy-method-inline/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-unloading/
H A Drun17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/678-quickening/
H A Drun17 # Run without an app image to prevent the class NotLoaded to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/679-locks/
H A Drun17 # Run without an app image to prevent the class NotLoaded to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
/art/test/1938-transform-abstract-single-impl/
H A Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/1950-unprepared-transform/
H A Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/669-moveable-string-class-equals/
H A Drun17 # Run without image, so that String.class is moveable.
19 ${RUN} --no-image --runtime-option -Xmx16m "$@"
/art/test/912-classes/
H A Drun22 --no-app-image
/art/test/929-search/
H A Drun21 --no-app-image
/art/test/931-agent-thread/
H A Drun21 --no-app-image
/art/test/933-misc-events/
H A Drun21 --no-app-image
/art/test/934-load-transform/
H A Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/935-non-retransformable/
H A Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/936-search-onload/
H A Drun21 --no-app-image
/art/test/938-load-transform-bcp/
H A Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/157-void-class/
H A Drun17 # Let the test build its own core image with --no-image and use verify,
20 ./default-run "$@" --no-image \
/art/tools/
H A Drun-jdwp-tests.sh39 # image.
46 image="-Ximage:/data/art-test/core.art"
75 # We force generation of a new image to avoid build-time and run-time classpath differences.
76 image="-Ximage:/system/non/existent/vogar.art"
89 # No image. On the RI.
90 image=""
115 image="$1"
190 if [[ "x$image" != "x" ]]; then
268 if [[ "$image" != "" ]]; then
269 vm_args="$vm_args --vm-arg $image"
[all...]
/art/oatdump/
H A DAndroid.mk38 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
45 $(OATDUMP) --image=$(TARGET_CORE_IMG_LOCATION) \
54 $(OATDUMP) --image=$(TARGET_CORE_IMG_LOCATION) \
69 $(OATDUMP) $(addprefix --image=,$(DEFAULT_DEX_PREOPT_BUILT_IMAGE_LOCATION)) \
76 $(OATDUMP) $(addprefix --image=,$(2ND_DEFAULT_DEX_PREOPT_BUILT_IMAGE_LOCATION)) \
/art/libartbase/base/
H A Dlogging.h57 bool image; member in struct:art::LogVerbosity
/art/test/
H A DAndroid.run-test.mk113 define core-image-dependencies
122 ifeq ($(2),no-image)
137 IMAGE_TYPES := picimage no-image multipicimage
140 # Add core image dependencies required for given target - HOST or TARGET,
143 $(foreach image, $(IMAGE_TYPES), \
146 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size)))))))
172 core-image-dependencies :=

Completed in 504 milliseconds

12