Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file-inl.h68 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const { in GetVmapTableOffset() function
H A Doat_file.h213 uint32_t GetVmapTableOffset() const;
/aosp12/art/oatdump/
H A Doatdump.cc858 offsets_.insert(oat_method.GetVmapTableOffset()); in AddOffsets()