Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc691 ArraySlice<ArtMethod> copied_methods = klass->GetCopiedMethodsSlice(pointer_size); in FindClassMethod() local
692 if (!copied_methods.empty() && name.empty()) { in FindClassMethod()
695 for (ArtMethod& method : copied_methods) { in FindClassMethod()