Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 64) sorted by relevance

123

/art/test/119-noimage-patchoat/
Dexpected.txt3 Has image is false, is image dex2oat enabled is false.
8 Has image is true, is image dex2oat enabled is true.
11 Has image is true, is image dex2oat enabled is true.
/art/test/118-noimage-dex2oat/
Dexpected.txt3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
9 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
13 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
/art/tools/
Drun-jdwp-tests.sh46 image="-Ximage:/data/art-test/core.art"
76 image="-Ximage:/system/non/existent/vogar.art"
90 image=""
115 image="$1"
190 if [[ "x$image" != "x" ]]; then
268 if [[ "$image" != "" ]]; then
269 vm_args="$vm_args --vm-arg $image"
319 --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $plugin $image $debuggee_args" \
/art/test/158-app-image-class-table/
Dinfo.txt1 Regression test for app image class table being erroneously omitted
2 when it contains only boot image class loader classes while dex caches
/art/test/159-app-image-fields/
Dinfo.txt1 Regression test for erroneously storing an ArtField* in the app image DexCache
2 when the class from the corresponding FieldId is not in the app image, only the
/art/test/163-app-image-methods/
Dinfo.txt1 Regression test for erroneously storing an ArtMethod* in the app image DexCache
2 when the class from the corresponding MethodId is not in the app image, only the
/art/test/
DAndroid.run-test.mk113 define core-image-dependencies
122 ifeq ($(2),no-image)
137 IMAGE_TYPES := picimage no-image multipicimage
143 $(foreach image, $(IMAGE_TYPES), \
146 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size)))))))
172 core-image-dependencies :=
/art/oatdump/
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/runtime/
Dimage.h186 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() argument
187 return GetLocationFromImageLocation(image, "oat"); in GetOatLocationFromImageLocation()
190 static std::string GetVdexLocationFromImageLocation(const std::string& image) { in GetVdexLocationFromImageLocation() argument
191 return GetLocationFromImageLocation(image, "vdex"); in GetVdexLocationFromImageLocation()
377 static std::string GetLocationFromImageLocation(const std::string& image, in GetLocationFromImageLocation() argument
379 std::string filename = image; in GetLocationFromImageLocation()
/art/test/616-cha-interface-default/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/678-quickening/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-unloading/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-abstract/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-proxy-method-inline/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-interface/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/616-cha-miranda/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/679-locks/
Drun18 exec ${RUN} "${@}" --no-app-image
/art/test/1938-transform-abstract-single-impl/
Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/1950-unprepared-transform/
Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/934-load-transform/
Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/935-non-retransformable/
Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/669-moveable-string-class-equals/
Drun19 ${RUN} --no-image --runtime-option -Xmx16m "$@"
/art/test/931-agent-thread/
Drun21 --no-app-image
/art/test/938-load-transform-bcp/
Drun17 ./default-run "$@" --jvmti --no-app-image

123