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