Searched refs:image (Results 1 - 11 of 11) sorted by relevance

/art/runtime/
H A Dintern_table.cc58 // image roots.
93 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); local
94 if (image == NULL) {
95 return NULL; // No image present.
97 mirror::Object* root = image->GetImageHeader().GetImageRoot(ImageHeader::kDexCaches);
107 mirror::String* image = dex_cache->GetResolvedString(string_idx); local
108 if (image != NULL) {
109 return image;
150 // Check the image for a match.
151 mirror::String* image local
175 mirror::String* image = LookupStringFromImage(s); local
[all...]
H A DAndroid.mk62 image.cc \
H A Dclass_linker.cc553 std::string boot_image_option_string("--boot-image=");
707 << " with expected image oat checksum of " << expected_image_oat_checksum
716 << " with expected image oat offset " << expected_image_oat_offset
1095 // mapped image.
1122 // We deliberately ignore the class roots in the image since we
1123 // handle image roots by using the MS/CMS rescanning of dirty cards.
2211 // Check a class loaded with the system class loader matches one in the image if the class
2212 // is in the image.
2258 // Searching the image dex files/caches failed, we don't want to get into this situation
2259 // often as map searches are faster, so after kMaxFailedDexCacheLookups move all image
2297 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace(); local
[all...]
/art/runtime/gc/space/
H A Dimage_space.h29 // An image space is a space backed with a memory mapped image.
40 // Create a Space from an image file. Cannot be used for future
43 // Create also opens the OatFile associated with the image file so
44 // that it be contiguously allocated with the image before the
48 static ImageSpace* Create(const std::string& image)
80 // Tries to initialize an ImageSpace from the given image path,
84 // image's OatFile is up-to-date relative to its DexFile
87 static ImageSpace* Init(const std::string& image, bool validate_oat_file)
104 // The OatFile associated with the image durin
[all...]
/art/build/
H A DAndroid.oat.mk63 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms16m --runtime-arg -Xmx16m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(HOST_CORE_DEX_FILES)) $(addprefix --dex-location=,$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$(HOST_CORE_OAT_OUT) --oat-location=$(HOST_CORE_OAT) --image=$(HOST_CORE_IMG_OUT) --base=$(IMG_HOST_BASE_ADDRESS) --instruction-set=$(HOST_ARCH) --host --android-root=$(HOST_OUT)
68 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms16m --runtime-arg -Xmx16m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(TARGET_CORE_DEX_FILES)) $(addprefix --dex-location=,$(TARGET_CORE_DEX_LOCATIONS)) --oat-file=$(TARGET_CORE_OAT_OUT) --oat-location=$(TARGET_CORE_OAT) --image=$(TARGET_CORE_IMG_OUT) --base=$(IMG_TARGET_BASE_ADDRESS) --instruction-set=$(TARGET_ARCH) --host-prefix=$(PRODUCT_OUT) --android-root=$(PRODUCT_OUT)/system
100 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms256m --runtime-arg -Xmx256m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(TARGET_BOOT_DEX_FILES)) $(addprefix --dex-location=,$(TARGET_BOOT_DEX_LOCATIONS)) --oat-symbols=$(TARGET_BOOT_OAT_UNSTRIPPED_OUT) --oat-file=$(TARGET_BOOT_OAT_OUT) --oat-location=$(TARGET_BOOT_OAT) --image=$(TARGET_BOOT_IMG_OUT) --base=$(IMG_TARGET_BASE_ADDRESS) --instruction-set=$(TARGET_ARCH) --host-prefix=$(PRODUCT_OUT) --android-root=$(PRODUCT_OUT)/system
/art/compiler/
H A Dimage_test.cc25 #include "image.h"
116 // Remove the reservation of the memory for use to load the image.
120 std::string image("-Ximage:");
121 image.append(tmp_image.GetFilename());
122 options.push_back(std::make_pair(image.c_str(), reinterpret_cast<void*>(NULL)));
155 // image classes should be located before the end of the image.
158 // non image classes should be in a space after the image.
/art/dex2oat/
H A Ddex2oat.cc107 UsageError(" --image=<file.art>: specifies the output image filename.");
108 UsageError(" Example: --image=/system/framework/boot.art");
110 UsageError(" --image-classes=<classname-file>: specifies classes to include in an image.");
111 UsageError(" Example: --image=frameworks/base/preloaded-classes");
113 UsageError(" --base=<hex-address>: specifies the base address when creating a boot image.");
116 UsageError(" --boot-image=<file.art>: provide the image file for the boot class path.");
117 UsageError(" Example: --boot-image
226 CreateOatFile(const std::string& boot_image_option, const std::string* host_prefix, const std::string& android_root, bool is_host, const std::vector<const DexFile*>& dex_files, File* oat_file, const std::string& bitcode_filename, bool image, UniquePtr<CompilerDriver::DescriptorSet>& image_classes, bool dump_stats, base::TimingLogger& timings) argument
739 bool image = (!image_filename.empty()); local
[all...]
/art/
H A DAndroid.mk272 $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms64m --runtime-arg -Xmx64m --boot-image=$(TARGET_BOOT_IMG_OUT) --dex-file=$(PRODUCT_OUT)/$(1) --dex-location=/$(1) --oat-file=$$@ --host-prefix=$(PRODUCT_OUT) --instruction-set=$(TARGET_ARCH) --android-root=$(PRODUCT_OUT)/system
316 $(OATDUMP) --image=$(HOST_CORE_IMG_OUT) --output=/tmp/core.host.oatdump.txt --host-prefix=""
323 $(OATDUMP) --image=$(TARGET_CORE_IMG_OUT) --output=/tmp/core.target.oatdump.txt
330 $(OATDUMP) --image=$(TARGET_BOOT_IMG_OUT) --output=/tmp/boot.oatdump.txt
/art/compiler/driver/
H A Dcompiler_driver.h65 kDontDexToDexCompile, // Only meaning wrt image time interpretation.
89 // "image" should be true if image specific optimizations should be
91 // can assume will be in the image, with NULL implying all available
94 bool image, DescriptorSet* image_classes,
115 // Are we compiling and creating an image file?
401 // the image. Note if image_classes_ is NULL, all classes are
402 // included in the image.
H A Dcompiler_driver.cc339 bool image, DescriptorSet* image_classes, size_t thread_count,
346 image_(image),
515 // function). Since image classes can be verified again while compiling an application,
517 // TODO: find a way to enable "quick" instructions for image classes and remove this check.
672 // Make a list of descriptors for classes to include in the image
698 // Do this here so that exception classes appear to have been specified image classes.
740 VLOG(compiler) << "Adding " << descriptor << " to image classes";
800 // We resolve all const-string strings when building for the image.
1019 // if we know there's a non-null entry in the image
1968 "Ljava/io/ObjectStreamConstants;", // Instance of non-image clas
338 CompilerDriver(CompilerBackend compiler_backend, InstructionSet instruction_set, bool image, DescriptorSet* image_classes, size_t thread_count, bool dump_stats) argument
[all...]
/art/test/
H A DAndroid.mk115 $(DEX2OAT) --runtime-arg -Xms16m --runtime-arg -Xmx16m --boot-image=$(HOST_CORE_IMG_OUT) --dex-file=$(PWD)/$$< --oat-file=$(PWD)/$$@ --instruction-set=$(HOST_ARCH) --host --host-prefix="" --android-root=$(HOST_OUT)

Completed in 406 milliseconds