Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h36 inline uint32_t OatFile::OatMethod::GetOatQuickMethodHeaderOffset() const { in GetOatQuickMethodHeaderOffset() function
Doat_file.h200 uint32_t GetOatQuickMethodHeaderOffset() const;
/art/oatdump/
Doatdump.cc1198 uint32_t method_header_offset = oat_method.GetOatQuickMethodHeaderOffset(); in DumpOatMethod()