Searched refs:image (Results 1 – 25 of 67) sorted by relevance
123
/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.
|
/art/tools/ |
D | run-jdwp-tests.sh | 78 image="-Ximage:/data/art-test/core.art" 111 image="-Ximage:/system/non/existent/vogar.art" 141 image="" 168 image="$1" 261 if [[ "x$image" != "x" ]]; then 343 if [[ "$image" != "" ]]; then 344 vm_args="$vm_args --vm-arg $image" 345 debuggee_args="$debuggee_args $image"
|
D | host_bcp.sh | 20 host_bcp <image> | xargs <art-host-tool> ... 21 Extracts boot class path locations from <image> and outputs the appropriate
|
/art/test/1001-app-image-regions/ |
D | expected.txt | 2 App image loaded true 4 App image section size large enough true
|
/art/test/ |
D | Android.run-test.mk | 104 define core-image-dependencies 113 ifeq ($(2),no-image) 128 IMAGE_TYPES := picimage no-image multipicimage 134 $(foreach image, $(IMAGE_TYPES), \ 137 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size))))))) 166 core-image-dependencies :=
|
/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/test/163-app-image-methods/ |
D | info.txt | 1 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/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) \
|
/art/test/616-cha/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/678-quickening/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-abstract/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/679-locks/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-miranda/ |
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-unloading/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-proxy-method-inline/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/test/688-shared-library/ |
D | run | 19 exec ${RUN} "${@}" --no-app-image
|
/art/test/616-cha-interface/ |
D | run | 18 exec ${RUN} "${@}" --no-app-image
|
/art/build/apex/ |
D | art_preinstall_hook_boot.sh | 50 DEX2OAT_IMAGE_XMX=`getprop dalvik.vm.image-dex2oat-Xmx` 68 --image=/data/dalvik-cache/$DEX2OAT_TARGET_ARCH/system@framework@boot.art --base=0x70000000 \
|
/art/test/936-search-onload/ |
D | run | 21 --no-app-image
|
/art/test/912-classes/ |
D | run | 22 --no-app-image
|
/art/test/938-load-transform-bcp/ |
D | run | 17 ./default-run "$@" --jvmti --no-app-image
|
/art/test/933-misc-events/ |
D | run | 21 --no-app-image
|
/art/test/1950-unprepared-transform/ |
D | run | 17 ./default-run "$@" --jvmti --no-app-image
|
123