Searched defs:GetQuickCodeSize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file-inl.h99 inline uint32_t OatFile::OatMethod::GetQuickCodeSize() const { function in class:art::OatFile::OatMethod
108 return (GetQuickCodeSize() == 0) ? 0 : code_offset_;

Completed in 136 milliseconds