Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h24 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
34 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetOatQuickMethodHeaderOffset()
50 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetQuickCodeSizeOffset()
87 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetMappingTableOffsetOffset()
100 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetVmapTableOffsetOffset()
Doat_file.h131 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
/art/oatdump/
Doatdump.cc514 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in DumpOatMethod()