Home
last modified time | relevance | path

Searched refs:GetMethodsPtr (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h137 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() function
206 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()
Dclass.h638 ALWAYS_INLINE LengthPrefixedArray<ArtMethod>* GetMethodsPtr()
/art/compiler/debug/
Delf_debug_info_writer.h477 auto* methods_ptr = type->GetMethodsPtr(); in WriteLinkageName()
484 DCHECK(type->GetMethodsPtr() != nullptr); in WriteLinkageName()
/art/runtime/
Dcha.cc99 if (!alloc->ContainsUnsafe(klass->GetMethodsPtr())) { in ResetSingleImplementationInHierarchy()
/art/dex2oat/linker/
Dimage_writer.cc2067 LengthPrefixedArray<ArtMethod>* array = as_klass->GetMethodsPtr(); in TryAssignBinSlot()