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

/art/runtime/mirror/
H A Dclass-inl.h67 inline ObjectArray<ArtMethod>* Class::GetDirectMethods() { function in class:art::mirror::Class
81 return GetDirectMethods()->Get(i);
93 return (GetDirectMethods() != NULL) ? GetDirectMethods()->GetLength() : 0;

Completed in 65 milliseconds