Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file-inl.h85 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function
94 return (GetQuickCodeSize() == 0) ? 0 : code_offset_; in GetCodeOffset()
H A Doat_file.h201 uint32_t GetQuickCodeSize() const;
/aosp12/art/oatdump/
H A Doatdump.cc1114 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()
1511 code_size = oat_method.GetQuickCodeSize(); in DumpCode()