HomeSort by relevance Sort by last modified time
    Searched defs:ImageSpace (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
image_space.h 33 class ImageSpace : public MemMapSpace {
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...]
image_space.cc 61 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
63 ImageSpace::ImageSpace(const std::string& image_filename,
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::Init entering image_filename=" << image_filename
    [all...]

Completed in 117 milliseconds