Searched refs:GetQuickCodeSize (Results 1 – 3 of 3) sorted by relevance
41 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { in GetQuickCodeSize() function
112 uint32_t GetQuickCodeSize() const;
284 true, oat_method.GetQuickCodeSize(), STB_GLOBAL, STT_FUNC); in AddSymbol()796 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod()1330 code_size = oat_method.GetQuickCodeSize(); in DumpCode()