HomeSort by relevance Sort by last modified time
    Searched refs:new_ifields (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
class-inl.h 633 inline void Class::SetIFieldsPtr(LengthPrefixedArray<ArtField>* new_ifields) {
635 return SetFieldPtr<false>(OFFSET_OF_OBJECT_MEMBER(Class, ifields_), new_ifields);
638 inline void Class::SetIFieldsPtrUnchecked(LengthPrefixedArray<ArtField>* new_ifields) {
639 SetFieldPtr<false, true, kVerifyNone>(OFFSET_OF_OBJECT_MEMBER(Class, ifields_), new_ifields); local
1065 LengthPrefixedArray<ArtField>* const new_ifields = visitor(ifields); local
    [all...]
class.h     [all...]

Completed in 62 milliseconds