Searched defs:ImageSpace (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h33 class ImageSpace : public MemMapSpace { class in namespace:art::gc::space
46 std::vector<space::ImageSpace*>* boot_image_spaces,
51 static std::unique_ptr<ImageSpace> CreateFromAppImage(const char* image,
66 // Releases the OatFile from the ImageSpace so it can be transfer to
163 virtual ~ImageSpace();
166 // Tries to initialize an ImageSpace from the given image path, returning null on error.
172 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
183 ImageSpace(const std::string& name,
212 static std::unique_ptr<ImageSpace> CreateBootImage(const char* image,
218 DISALLOW_COPY_AND_ASSIGN(ImageSpace);
[all...]
H A Dimage_space.cc61 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
63 ImageSpace::ImageSpace(const std::string& image_filename, function in class:art::gc::space::ImageSpace
209 bool ImageSpace::FindImageFilename(const char* image_location,
319 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location,
440 void ImageSpace::VerifyImageAllocations() {
508 // Helper class encapsulating loading, so we can access private ImageSpace members (this is a
512 static std::unique_ptr<ImageSpace> Load(const char* image_location,
550 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
560 VLOG(image) << "ImageSpace
[all...]

Completed in 79 milliseconds