Home
last modified time | relevance | path

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

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