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 57 oat_file_end_(oat_file_end),
80 oat_file_end_ += delta;
110 if (oat_file_begin_ > oat_file_end_) {
image.h 192 return reinterpret_cast<uint8_t*>(oat_file_end_);
462 uint32_t oat_file_end_ = 0u; variable

Completed in 83 milliseconds