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

  /art/runtime/
image.cc 48 oat_file_end_(oat_file_end),
70 oat_file_end_ += delta;
86 if (oat_file_begin_ > oat_file_end_) {
image.h 85 return reinterpret_cast<byte*>(oat_file_end_);
162 uint32_t oat_file_end_; variable

Completed in 2764 milliseconds