Searched refs:GetQuickCodeSize (Results 1 – 3 of 3) sorted by relevance
101 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function110 return (GetQuickCodeSize() == 0) ? 0 : code_offset_; in GetCodeOffset()
194 uint32_t GetQuickCodeSize() const;
1131 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()1611 code_size = oat_method.GetQuickCodeSize(); in DumpCode()