/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 | 54 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" \
|
D | art | 94 # We use the PIC core image to work with perf.
|
/art/oatdump/ |
D | Android.mk | 46 $(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/ |
D | image_space.h | 46 static ImageSpace* CreateBootImage(const char* image, 53 static ImageSpace* CreateFromAppImage(const char* image, 172 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
|
D | image_space.cc | 1009 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/ |
D | Android.run-test.mk | 142 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 …]
|
D | run-test | 214 image="$1" 215 run_args="${run_args} --image $image"
|
/art/test/147-stripped-dex-fallback/ |
D | info.txt | 2 no image and the original dex code has been stripped.
|
/art/patchoat/ |
D | patchoat.h | 70 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/ |
D | Android.oat.mk | 99 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/ |
D | dex2oat_environment_test.h | 138 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()
|
D | image.h | 167 static std::string GetOatLocationFromImageLocation(const std::string& image) { in GetOatLocationFromImageLocation() argument 168 std::string oat_filename = image; in GetOatLocationFromImageLocation()
|
D | parsed_options.cc | 581 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/ |
D | BitmapHandler.java | 22 import java.awt.image.BufferedImage;
|
D | DocString.java | 62 public static DocString image(URI uri, String alt) { in image() method in DocString
|
D | InstanceUtils.java | 25 import java.awt.image.BufferedImage;
|
D | ObjectHandler.java | 200 doc.println(DocString.image( in printBitmap()
|
/art/compiler/ |
D | image_test.cc | 377 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/ |
D | logging.h | 58 bool image; member
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 860 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/ |
D | README.txt | 16 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?
|