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

/art/runtime/mirror/
H A Dclass-inl.h399 inline ObjectArray<ArtField>* Class::GetIFields() { function in class:art::mirror::Class
470 return (GetIFields() != NULL) ? GetIFields()->GetLength() : 0;
475 return GetIFields()->GetWithoutChecks(i);

Completed in 299 milliseconds