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

/art/patchoat/
H A Dpatchoat.h63 : oat_file_(oat_file), image_(nullptr), bitmap_(nullptr), heap_(nullptr), delta_(delta),
67 : image_(image), bitmap_(bitmap), heap_(heap),
72 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
136 DCHECK_LT(heap_off, image_->Size());
137 return reinterpret_cast<T*>(image_->Begin() + heap_off);
192 const MemMap* const image_; member in class:art::PatchOat
/art/compiler/
H A Dimage_writer.h195 uint8_t* dst = image_->Begin() + offset;
298 // Offset to the free space in image_.
301 // Offset from image_begin_ to where the first object is in image_.
311 std::unique_ptr<MemMap> image_; member in class:art::FINAL
/art/compiler/driver/
H A Dcompiler_driver.h156 return image_;
644 const bool image_; member in class:art::CompilerDriver
646 // If image_ is true, specifies the classes that will be included in
/art/dex2oat/
H A Ddex2oat.cc518 image_(false),
844 image_ = (!image_filename_.empty());
848 compiler_kind_ = image_ ? Compiler::kQuick : Compiler::kOptimizing;
884 if (!image_ && boot_image_filename.empty()) {
893 if (image_classes_filename_ != nullptr && !image_) {
905 if (compiled_classes_filename_ != nullptr && !image_) {
1174 image_ ?
1184 if (!image_) {
1217 } else if (image_) {
1323 if (!UseSwap(image_, dex_files
1892 bool image_; member in class:art::FINAL
[all...]

Completed in 108 milliseconds