Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc869 std::vector<ArtMethod*> abstract_methods; in FindVirtualMethodForInterfaceSuper() local
897 for (ArtMethod* possible_override : abstract_methods) { in FindVirtualMethodForInterfaceSuper()
910 abstract_methods.push_back(current_method); in FindVirtualMethodForInterfaceSuper()
919 return abstract_methods.empty() ? nullptr : abstract_methods[0]; in FindVirtualMethodForInterfaceSuper()