Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h74 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const { in GetVmapTableOffset() function
92 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetVmapTableOffset(); in GetVmapTable()
Doat_quick_method_header.h108 uint32_t GetVmapTableOffset() const { in GetVmapTableOffset() function
Doat_file.h173 uint32_t GetVmapTableOffset() const;
/art/oatdump/
Doatdump.cc937 offsets_.insert(oat_method.GetVmapTableOffset()); in AddOffsets()
1408 nullptr ? 0 : method_header->GetVmapTableOffset(); in DumpOatMethod()