Home
last modified time | relevance | path

Searched refs:GetCopiedMethodsSlice (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass.cc700 DCHECK(klass->GetCopiedMethodsSlice(pointer_size).empty()); in FindClassMethodWithSignature()
705 for (ArtMethod& method : klass->GetCopiedMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
812 ArraySlice<ArtMethod> copied_methods = klass->GetCopiedMethodsSlice(pointer_size); in FindClassMethod()
Dclass-inl.h187 inline ArraySlice<ArtMethod> Class::GetCopiedMethodsSlice(PointerSize pointer_size) { in GetCopiedMethodsSlice() function
Dclass.h778 ALWAYS_INLINE ArraySlice<ArtMethod> GetCopiedMethodsSlice(PointerSize pointer_size)