Searched refs:abstract_methods (Results 1 – 1 of 1) sorted by relevance
748 std::vector<ArtMethod*> abstract_methods; in FindVirtualMethodForInterfaceSuper() local776 for (ArtMethod* possible_override : abstract_methods) { in FindVirtualMethodForInterfaceSuper()789 abstract_methods.push_back(current_method); in FindVirtualMethodForInterfaceSuper()798 return abstract_methods.empty() ? nullptr : abstract_methods[0]; in FindVirtualMethodForInterfaceSuper()