Searched refs:GetQuickCodeSize (Results 1 – 3 of 3) sorted by relevance
99 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function108 return (GetQuickCodeSize() == 0) ? 0 : code_offset_; in GetCodeOffset()
160 uint32_t GetQuickCodeSize() const;
1321 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()1811 code_size = oat_method.GetQuickCodeSize(); in DumpCode()