Lines Matching refs:ImageSpace
36 class ImageSpace : public MemMapSpace {
136 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces,
141 static std::unique_ptr<ImageSpace> CreateFromAppImage(const char* image,
146 static std::unique_ptr<ImageSpace> CreateFromAppImage(
149 ArrayRef<ImageSpace* const> boot_image_spaces,
228 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
248 ArrayRef<const std::unique_ptr<ImageSpace>> image_spaces,
278 virtual ~ImageSpace();
290 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
301 ImageSpace(const std::string& name,
336 DISALLOW_COPY_AND_ASSIGN(ImageSpace);