Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file-inl.h36 inline uint32_t OatFile::OatMethod::GetOatQuickMethodHeaderOffset() const { in GetOatQuickMethodHeaderOffset() function
H A Doat_file.h206 uint32_t GetOatQuickMethodHeaderOffset() const;
/aosp12/art/oatdump/
H A Doatdump.cc1182 uint32_t method_header_offset = oat_method.GetOatQuickMethodHeaderOffset(); in DumpOatMethod()