Home
last modified time | relevance | path

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

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