Home
last modified time | relevance | path

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

/art/runtime/
Dcha.cc328 ArtMethod* method_in_super, in CheckVirtualMethodSingleImplementationInfo() argument
335 DCHECK((virtual_method != method_in_super) || virtual_method->IsAbstract()); in CheckVirtualMethodSingleImplementationInfo()
336 DCHECK(method_in_super->GetDeclaringClass()->IsResolved()) << "class isn't resolved"; in CheckVirtualMethodSingleImplementationInfo()
339 DCHECK(virtual_method == method_in_super || in CheckVirtualMethodSingleImplementationInfo()
361 if (!method_in_super->HasSingleImplementation()) { in CheckVirtualMethodSingleImplementationInfo()
366 method_in_super->GetMethodIndex(), in CheckVirtualMethodSingleImplementationInfo()
371 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo()
372 if (method_in_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()
377 method_in_super); in CheckVirtualMethodSingleImplementationInfo()
381 if (method_in_super == virtual_method) { in CheckVirtualMethodSingleImplementationInfo()
[all …]
Dcha.h147 ArtMethod* method_in_super,