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

/art/runtime/mirror/
H A Dclass-inl.h278 inline ObjectArray<ArtField>* Class::GetSFields() const { function in class:art::mirror::Class
291 return (GetSFields() != NULL) ? GetSFields()->GetLength() : 0;
296 return GetSFields()->Get(i);

Completed in 216 milliseconds