Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc772 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod() local
776 for (ArtMethod& method : declared_methods) { in FindClassMethod()
785 if (!declared_methods.empty() && name.empty()) { in FindClassMethod()
788 for (ArtMethod& method : declared_methods) { in FindClassMethod()