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

/art/runtime/gc/space/
H A Dimage_space.h32 class ImageSpace : public MemMapSpace { class in namespace:art::gc::space
46 static ImageSpace* Create(const char* image, InstructionSet image_isa, std::string* error_msg)
64 // Releases the OatFile from the ImageSpace so it can be transfer to
124 // Tries to initialize an ImageSpace from the given image path,
131 static ImageSpace* Init(const char* image_filename, const char* image_location,
147 ImageSpace(const std::string& name, const char* image_location,
157 DISALLOW_COPY_AND_ASSIGN(ImageSpace);
H A Dimage_space.cc41 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
43 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, function in class:art::gc::space::ImageSpace
198 bool ImageSpace::FindImageFilename(const char* image_location,
306 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location,
316 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location,
438 ImageSpace* ImageSpace::Create(const char* image_location,
455 ImageSpace* space;
543 space = ImageSpace
[all...]

Completed in 70 milliseconds