Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h76 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const { in GetVmapTableOffset() function
94 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetVmapTableOffset(); in GetVmapTable()
Doat_quick_method_header.h99 uint32_t GetVmapTableOffset() const { in GetVmapTableOffset() function
Doat_file.h207 uint32_t GetVmapTableOffset() const;
/art/oatdump/
Doatdump.cc879 offsets_.insert(oat_method.GetVmapTableOffset()); in AddOffsets()
1222 nullptr ? 0 : method_header->GetVmapTableOffset(); in DumpOatMethod()
/art/dex2oat/linker/
Doat_writer.cc1357 uint32_t vmap_table_offset = method_header->GetVmapTableOffset(); in VisitMethod()
1492 DCHECK_EQ(oat_class->method_headers_[method_offsets_index_].GetVmapTableOffset(), 0u); in VisitMethod()