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

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

Completed in 57 milliseconds