Searched refs:copied_methods (Results 1 – 1 of 1) sorted by relevance
691 ArraySlice<ArtMethod> copied_methods = klass->GetCopiedMethodsSlice(pointer_size); in FindClassMethod() local692 if (!copied_methods.empty() && name.empty()) { in FindClassMethod()695 for (ArtMethod& method : copied_methods) { in FindClassMethod()