Home
last modified time | relevance | path

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

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