Searched defs:image_ (Results 1 - 4 of 4) sorted by relevance

/art/patchoat/
H A Dpatchoat.h58 : image_(image), bitmap_(bitmap), heap_(heap),
62 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
112 const MemMap* image_; member in class:art::PatchOat
/art/compiler/
H A Dimage_writer.h89 byte* dst = image_->Begin() + offset;
174 std::unique_ptr<MemMap> image_; member in class:art::ImageWriter
176 // Offset to the free space in image_.
/art/runtime/
H A Dparsed_options.h45 std::string image_; member in class:art::ParsedOptions
/art/compiler/driver/
H A Dcompiler_driver.h150 return image_;
731 const bool image_; member in class:art::CompilerDriver
733 // If image_ is true, specifies the classes that will be included in

Completed in 1458 milliseconds