Home
last modified time | relevance | path

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

12

/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.
Dinfo.txt1 Test that disables patchoat'ing the image.
/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.
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/tools/
Drun-jdwp-tests.sh54 image="-Ximage:/data/art-test/core-optimizing-pic.art"
68 image="-Ximage:/system/non/existent/vogar.art"
75 image="$1"
102 if [[ "$image" != "" ]]; then
103 vm_args="--vm-arg $image"
127 --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $image $debuggee_args" \
Dart94 # We use the PIC core image to work with perf.
/art/oatdump/
DAndroid.mk46 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
53 $(OATDUMP) --image=$(TARGET_CORE_IMG_LOCATION) \
62 $(OATDUMP) --image=$(TARGET_CORE_IMG_LOCATION) \
77 $(OATDUMP) $(addprefix --image=,$(DEFAULT_DEX_PREOPT_BUILT_IMAGE_LOCATION)) \
84 $(OATDUMP) $(addprefix --image=,$(2ND_DEFAULT_DEX_PREOPT_BUILT_IMAGE_LOCATION)) \
/art/runtime/gc/space/
Dimage_space.h46 static ImageSpace* CreateBootImage(const char* image,
53 static ImageSpace* CreateFromAppImage(const char* image,
172 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
Dimage_space.cc1009 VLOG(image) << "App image " << app_image; in RelocateInPlace()
1010 VLOG(image) << "App oat " << app_oat; in RelocateInPlace()
1011 VLOG(image) << "Boot image " << boot_image; in RelocateInPlace()
1012 VLOG(image) << "Boot oat " << boot_oat; in RelocateInPlace()
1143 if (VLOG_IS_ON(image)) { in RelocateInPlace()
1157 TimingLogger logger(__PRETTY_FUNCTION__, true, VLOG_IS_ON(image)); in Init()
1158 VLOG(image) << "ImageSpace::Init entering image_filename=" << image_filename; in Init()
1293 VLOG(image) << "Decompressing image took " << PrettyDuration(NanoTime() - start); in Init()
1427 VLOG(image) << "ImageSpace::Init exiting " << *space.get(); in Init()
1428 if (VLOG_IS_ON(image)) { in Init()
[all …]
/art/test/
DAndroid.run-test.mk142 IMAGE_TYPES := image
144 IMAGE_TYPES += no-image
188 $(foreach image, $(9), \
193 …t-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debu…
407 ifneq (,$(filter no-image,$(IMAGE_TYPES)))
409 $(COMPILER_TYPES), $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES),no-image, \
412 $(COMPILER_TYPES), $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES),no-image, \
611 $(foreach image, $(IMAGE_TYPES), \
612 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(image))_RULES :=)))
812 ifeq ($(9),no-image)
[all …]
Drun-test214 image="$1"
215 run_args="${run_args} --image $image"
/art/test/147-stripped-dex-fallback/
Dinfo.txt2 no image and the original dex code has been stripped.
/art/patchoat/
Dpatchoat.h70 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat() argument
72 : image_(image), bitmap_(bitmap), heap_(heap), in PatchOat()
74 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat() argument
77 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap), in PatchOat()
/art/build/
DAndroid.oat.mk99 core_multi_param := --multi-image --no-inline-from=core-oj-hostdex.jar
132 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(HOST_CORE_DEX_FILES)) \
134 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
266 --image-classes=$$(PRELOADED_CLASSES) $$(addprefix --dex-file=,$$(TARGET_CORE_DEX_FILES)) \
268 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
/art/runtime/
Ddex2oat_environment_test.h138 bool GetCachedImageFile(/*out*/std::string* image, std::string* error_msg) const { in GetCachedImageFile() argument
140 return GetDalvikCacheFilename(GetImageLocation().c_str(), cache.c_str(), image, error_msg); in GetCachedImageFile()
Dimage.h167 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() argument
168 std::string oat_filename = image; in GetOatLocationFromImageLocation()
Dparsed_options.cc581 std::string image = GetAndroidRoot(); in DoParse() local
582 image += "/framework/boot.art"; in DoParse()
583 args.Set(M::Image, image); in DoParse()
/art/tools/ahat/src/
DBitmapHandler.java22 import java.awt.image.BufferedImage;
DDocString.java62 public static DocString image(URI uri, String alt) { in image() method in DocString
DInstanceUtils.java25 import java.awt.image.BufferedImage;
DObjectHandler.java200 doc.println(DocString.image( in printBitmap()
/art/compiler/
Dimage_test.cc377 std::string image("-Ximage:"); in TestWriteRead() local
378 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
379 options.push_back(std::make_pair(image.c_str(), static_cast<void*>(nullptr))); in TestWriteRead()
/art/runtime/base/
Dlogging.h58 bool image; member
/art/compiler/optimizing/
Doptimizing_compiler.cc860 const std::string& image = Runtime::Current()->GetImageLocation(); in IsCompilingWithCoreImage() local
862 if (EndsWith(image, "core.art") || EndsWith(image, "core-optimizing.art")) { in IsCompilingWithCoreImage()
/art/tools/ahat/
DREADME.txt16 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?

12