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

  /art/runtime/
image.h 83 byte* GetOatFileEnd() const {
  /art/oatdump/
oatdump.cc 688 os << "OAT FILE END:" << reinterpret_cast<void*>(image_header_.GetOatFileEnd()) << "\n\n";
    [all...]
  /art/runtime/gc/
heap.cc 156 byte* oat_file_end_addr = image_space->GetImageHeader().GetOatFileEnd();
    [all...]

Completed in 403 milliseconds