Lines Matching refs:ImageSpace
35 class ImageSpace : public MemMapSpace {
132 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces,
137 static std::unique_ptr<ImageSpace> CreateFromAppImage(const char* image,
142 static std::unique_ptr<ImageSpace> CreateFromAppImage(
145 ArrayRef<ImageSpace* const> boot_image_spaces,
225 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
229 static size_t GetNumberOfComponents(ArrayRef<gc::space::ImageSpace* const> image_spaces);
247 ArrayRef<const std::unique_ptr<ImageSpace>> image_spaces,
277 virtual ~ImageSpace();
288 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
299 ImageSpace(const std::string& name,
334 DISALLOW_COPY_AND_ASSIGN(ImageSpace);