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

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

Completed in 76 milliseconds