Searched refs:GetDeclaredMethods (Results 1 – 6 of 6) sorted by relevance
462 for (auto& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()477 for (auto& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()
625 for (auto& m ATTRIBUTE_UNUSED : klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in GetClassMethods()632 for (auto& m : klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in GetClassMethods()
525 for (auto& m : art_klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in FindAndAllocateObsoleteMethods()
951 inline IterationRange<StrideIterator<ArtMethod>> Class::GetDeclaredMethods( in GetDeclaredMethods() function
766 ALWAYS_INLINE IterationRange<StrideIterator<ArtMethod>> GetDeclaredMethods(
991 &*class_class->GetDeclaredMethods(class_linker->GetImagePointerSize()).begin(); in TEST_F()