Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc741 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod() local
745 for (ArtMethod& method : declared_methods) { in FindClassMethod()
754 if (!declared_methods.empty() && name.empty()) { in FindClassMethod()
757 for (ArtMethod& method : declared_methods) { in FindClassMethod()