Searched refs:GetVmapTableOffset (Results 1 – 4 of 4) sorted by relevance
74 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const { in GetVmapTableOffset() function92 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetVmapTableOffset(); in GetVmapTable()
108 uint32_t GetVmapTableOffset() const { in GetVmapTableOffset() function
173 uint32_t GetVmapTableOffset() const;
937 offsets_.insert(oat_method.GetVmapTableOffset()); in AddOffsets()1408 nullptr ? 0 : method_header->GetVmapTableOffset(); in DumpOatMethod()