Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h119 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const { in GetVmapTableOffset() function
Doat_file.h129 uint32_t GetVmapTableOffset() const;
/art/oatdump/
Doatdump.cc579 offsets_.insert(oat_method.GetVmapTableOffset()); in AddOffsets()
899 uint32_t vmap_table_offset = oat_method.GetVmapTableOffset(); in DumpOatMethod()