Home
last modified time | relevance | path

Searched refs:GetOatDataEnd (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimage.h189 uint8_t* GetOatDataEnd() const { in GetOatDataEnd() function
/art/oatdump/
Doatdump.cc1817 os << "OAT DATA END:" << reinterpret_cast<void*>(image_header_.GetOatDataEnd()) << "\n"; in Dump()
/art/runtime/gc/space/
Dimage_space.cc1415 image_header->GetOatDataEnd() - image_header->GetOatDataBegin()); in RelocateInPlace()