Home
last modified time | relevance | path

Searched refs:image (Results 26 – 50 of 77) sorted by relevance

1234

/art/test/1950-unprepared-transform/
Drun17 ./default-run "$@" --jvmti --no-app-image
/art/test/912-classes/
Drun22 --no-app-image
/art/test/936-search-onload/
Drun21 --no-app-image
/art/test/931-agent-thread/
Drun21 --no-app-image
/art/test/118-noimage-dex2oat/
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/test/660-clinit/
Drun17 exec ${RUN} $@ --profile -Xcompiler-option --initialize-app-image-classes=true
/art/test/172-app-image-twice/
Dinfo.txt1 Regression test for loading the same app image twice.
DAndroid.bp3 name: "art-run-test-172-app-image-twice",
/art/test/1001-app-image-regions/
Dinfo.txt1 Tests that an app image with many classes is generated and loaded correctly.
/art/test/157-void-class/
Drun20 ./default-run "$@" --no-image \
/art/test/178-app-image-native-method/
Dinfo.txt1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.
DAndroid.bp3 name: "art-run-test-178-app-image-native-method",
/art/test/597-app-images-same-classloader/
Dinfo.txt1 Tests that loading an app image into an already existent classloader works if
/art/test/159-app-image-fields/
DAndroid.bp3 name: "art-run-test-159-app-image-fields",
/art/test/176-app-image-string/
DAndroid.bp3 name: "art-run-test-176-app-image-string",
/art/test/163-app-image-methods/
DAndroid.bp3 name: "art-run-test-163-app-image-methods",
/art/tools/
Dhost_bcp.sh20 host_bcp <image> [--use-first-dir] | xargs <art-host-tool> ...
21 Extracts boot class path locations from <image> and outputs the appropriate
Dcompile-jar.sh37 …--boot-image=${OUT}/apex/com.android.art.debug/javalib/boot.art:${OUT}/system/framework/boot-frame…
/art/test/158-app-image-class-table/
DAndroid.bp3 name: "art-run-test-158-app-image-class-table",
/art/libartimagevalues/
DAndroid.bp1 // Inherit image values.
/art/runtime/
Dimage.h203 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() argument
204 return GetLocationFromImageLocation(image, "oat"); in GetOatLocationFromImageLocation()
207 static std::string GetVdexLocationFromImageLocation(const std::string& image) { in GetVdexLocationFromImageLocation() argument
208 return GetLocationFromImageLocation(image, "vdex"); in GetVdexLocationFromImageLocation()
424 static std::string GetLocationFromImageLocation(const std::string& image, in GetLocationFromImageLocation() argument
426 std::string filename = image; in GetLocationFromImageLocation()
/art/test/
Drun-test268 image="$1"
269 run_args+=(--image "$image")
583 run_args+=(--no-app-image --jvmti-redefine-stress)
586 run_args+=(--no-app-image --jvmti-step-stress)
589 run_args+=(--no-app-image --jvmti-field-stress)
592 run_args+=(--no-app-image --jvmti-trace-stress)
701 run_args+=(--no-image)
/art/dex2oat/linker/
Dimage_write_read_test.cc70 std::string image("-Ximage:"); in TestWriteRead() local
71 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
72 options.push_back(std::make_pair(image.c_str(), static_cast<void*>(nullptr))); in TestWriteRead()
/art/build/apex/
Druntests.sh76 -l, --list-files list the contents of the ext4 image (\`find\`-like style)
77 -t, --print-tree list the contents of the ext4 image (\`tree\`-like style)
/art/tools/bisection_search/
DREADME.md39 [--image IMAGE] [--raw-cmd RAW_CMD]
57 --image IMAGE path to image

1234