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,
161 DISALLOW_COPY_AND_ASSIGN(ImageSpace);
H A Dimage_space.cc44 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
46 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location, function in class:art::gc::space::ImageSpace
234 bool ImageSpace::FindImageFilename(const char* image_location,
342 ImageHeader* ImageSpace::ReadImageHeaderOrDie(const char* image_location,
352 ImageHeader* ImageSpace::ReadImageHeader(const char* image_location,
474 ImageSpace* ImageSpace::Create(const char* image_location,
491 ImageSpace* space;
579 space = ImageSpace
[all...]

Completed in 1005 milliseconds