Searched refs:GetMethodsPtr (Results 1 – 5 of 5) sorted by relevance
137 return GetMethodsSliceRangeUnchecked(GetMethodsPtr(), in GetDirectMethodsSliceUnchecked()150 return GetMethodsSliceRangeUnchecked(GetMethodsPtr(), in GetDeclaredMethodsSliceUnchecked()164 return GetMethodsSliceRangeUnchecked(GetMethodsPtr(), in GetDeclaredVirtualMethodsSliceUnchecked()177 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetVirtualMethodsSliceUnchecked()191 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetCopiedMethodsSliceUnchecked()198 inline LengthPrefixedArray<ArtMethod>* Class::GetMethodsPtr() { in GetMethodsPtr() function206 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetMethodsSlice()232 return NumMethods(GetMethodsPtr()); in NumMethods()252 DCHECK(GetMethodsPtr() == nullptr); in SetMethodsPtr()970 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetMethods()
638 ALWAYS_INLINE LengthPrefixedArray<ArtMethod>* GetMethodsPtr()
477 auto* methods_ptr = type->GetMethodsPtr(); in WriteLinkageName()484 DCHECK(type->GetMethodsPtr() != nullptr); in WriteLinkageName()
99 if (!alloc->ContainsUnsafe(klass->GetMethodsPtr())) { in ResetSingleImplementationInHierarchy()
2067 LengthPrefixedArray<ArtMethod>* array = as_klass->GetMethodsPtr(); in TryAssignBinSlot()