Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_file-inl.h86 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function
H A Doat_file.h221 uint32_t GetQuickCodeSize() const;
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1146 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()
1538 code_size = oat_method.GetQuickCodeSize(); in DumpCode()