Home | History | Annotate | Download | only in space

Lines Matching refs:ImageSpace

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);