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 600 inline void Class::SetSFieldsPtr(LengthPrefixedArray<ArtField>* new_sfields) {
601 DCHECK((IsRetired() && new_sfields == nullptr) ||
603 SetFieldPtr<false>(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields); local
606 inline void Class::SetSFieldsPtrUnchecked(LengthPrefixedArray<ArtField>* new_sfields) {
607 SetFieldPtr<false, true, kVerifyNone>(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields); local
1071 LengthPrefixedArray<ArtField>* const new_sfields = visitor(sfields); local
    [all...]
class.h     [all...]

Completed in 207 milliseconds