Home
last modified time | relevance | path

Searched refs:GetDeclaredMethods (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc462 for (auto& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()
477 for (auto& m : klass->GetDeclaredMethods(kRuntimePointerSize)) { in Class_getDeclaredMethodsUnchecked()
/art/runtime/openjdkjvmti/
Dti_class.cc625 for (auto& m ATTRIBUTE_UNUSED : klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in GetClassMethods()
632 for (auto& m : klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in GetClassMethods()
Dti_redefine.cc525 for (auto& m : art_klass->GetDeclaredMethods(art::kRuntimePointerSize)) { in FindAndAllocateObsoleteMethods()
/art/runtime/mirror/
Dclass-inl.h951 inline IterationRange<StrideIterator<ArtMethod>> Class::GetDeclaredMethods( in GetDeclaredMethods() function
Dclass.h766 ALWAYS_INLINE IterationRange<StrideIterator<ArtMethod>> GetDeclaredMethods(
/art/runtime/interpreter/
Dunstarted_runtime_test.cc991 &*class_class->GetDeclaredMethods(class_linker->GetImagePointerSize()).begin(); in TEST_F()