HomeSort by relevance Sort by last modified time
    Searched defs:ImageSpace (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
image_space.h 32 class ImageSpace : public MemMapSpace {
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);
image_space.cc 41 Atomic<uint32_t> ImageSpace::bitmap_index_(0);
43 ImageSpace::ImageSpace(const std::string& image_filename, const char* image_location,
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::Init(image_filename->c_str(), image_location
    [all...]

Completed in 59 milliseconds