Searched refs:GetQuickCodeSize (Results 1 – 3 of 3) sorted by relevance
85 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function94 return (GetQuickCodeSize() == 0) ? 0 : code_offset_; in GetCodeOffset()
201 uint32_t GetQuickCodeSize() const;
1114 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()1511 code_size = oat_method.GetQuickCodeSize(); in DumpCode()