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

  /art/runtime/mirror/
class-inl.h 655 inline void Class::SetSFieldsPtr(LengthPrefixedArray<ArtField>* new_sfields) {
656 DCHECK((IsRetired() && new_sfields == nullptr) ||
658 SetFieldPtr<false>(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields); local
661 inline void Class::SetSFieldsPtrUnchecked(LengthPrefixedArray<ArtField>* new_sfields) {
662 SetFieldPtr<false, true, kVerifyNone>(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields); local
1060 LengthPrefixedArray<ArtField>* const new_sfields = visitor(sfields); local
    [all...]
class.h     [all...]

Completed in 66 milliseconds