Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc838 std::vector<ArtMethod*> abstract_methods; in FindVirtualMethodForInterfaceSuper() local
866 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()