Searched refs:oat_file_end_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimage.cc46 oat_file_end_(oat_file_end),
71 oat_file_end_ += delta;
90 if (oat_file_begin_ > oat_file_end_) {
H A Dimage.h104 return reinterpret_cast<uint8_t*>(oat_file_end_);
196 uint32_t oat_file_end_; variable

Completed in 54 milliseconds