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()
164 uint32_t GetQuickCodeSize() const;
1132 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()1612 code_size = oat_method.GetQuickCodeSize(); in DumpCode()