Searched refs:image (Results 1 – 25 of 55) sorted by relevance
123
/art/test/119-noimage-patchoat/ |
D | expected.txt | 3 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.
|
D | info.txt | 1 Test that disables patchoat'ing the image.
|
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 3 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.
|
D | info.txt | 1 Test that disables dex2oat'ing the image.
|
/art/tools/ |
D | run-jdwp-tests.sh | 46 image="-Ximage:/data/art-test/core.art" 69 image="-Ximage:/system/non/existent/vogar.art" 76 image="$1" 131 if [[ "$image" != "" ]]; then 132 vm_args="--vm-arg $image" 162 --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $image $debuggee_args" \
|
/art/test/158-app-image-class-table/ |
D | info.txt | 1 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/ |
D | info.txt | 1 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/oatdump/ |
D | Android.mk | 38 $(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/test/ |
D | Android.run-test.mk | 144 define core-image-dependencies 153 ifeq ($(2),no-image) 168 IMAGE_TYPES := picimage no-image multipicimage 174 $(foreach image, $(IMAGE_TYPES), \ 177 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size))))))) 203 core-image-dependencies :=
|
/art/runtime/ |
D | image.h | 170 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() argument 171 return GetLocationFromImageLocation(image, "oat"); in GetOatLocationFromImageLocation() 174 static std::string GetVdexLocationFromImageLocation(const std::string& image) { in GetVdexLocationFromImageLocation() argument 175 return GetLocationFromImageLocation(image, "vdex"); in GetVdexLocationFromImageLocation() 305 static std::string GetLocationFromImageLocation(const std::string& image, in GetLocationFromImageLocation() argument 307 std::string filename = image; in GetLocationFromImageLocation()
|
/art/test/616-cha-proxy-method-inline/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/706-jit-skip-compilation/ |
D | run | 19 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-miranda/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-interface/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-interface-default/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-abstract/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/931-agent-thread/ |
D | run | 21 --no-app-image
|
/art/test/935-non-retransformable/ |
D | run | 17 ./default-run "$@" --jvmti --no-app-image
|
/art/test/938-load-transform-bcp/ |
D | run | 17 ./default-run "$@" --jvmti --no-app-image
|
/art/test/929-search/ |
D | run | 21 --no-app-image
|
/art/test/912-classes/ |
D | run | 22 --no-app-image
|
/art/test/933-misc-events/ |
D | run | 21 --no-app-image
|
/art/test/934-load-transform/ |
D | run | 17 ./default-run "$@" --jvmti --no-app-image
|
/art/test/936-search-onload/ |
D | run | 21 --no-app-image
|
123