Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc661 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod() local
665 for (ArtMethod& method : declared_methods) { in FindClassMethod()
674 if (!declared_methods.empty() && name.empty()) { in FindClassMethod()
677 for (ArtMethod& method : declared_methods) { in FindClassMethod()