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

/art/runtime/mirror/
H A Dclass-inl.h645 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() { function in class:art::mirror::Class
720 return &GetIFieldsPtr()->At(i);
1026 return MakeIterationRangeFromLengthPrefixedArray(GetIFieldsPtr());
1115 LengthPrefixedArray<ArtField>* const ifields = GetIFieldsPtr();

Completed in 44 milliseconds