Searched defs:concrete_method (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/
H A Dverified_method.cc242 mirror::ArtMethod* concrete_method = NULL; local
244 concrete_method = reg_type.GetClass()->FindVirtualMethodForInterface(abstract_method);
247 concrete_method = reg_type.GetClass()->FindVirtualMethodForVirtual(abstract_method);
249 if (concrete_method == NULL || concrete_method->IsAbstract()) {
250 // In cases where concrete_method is not found, or is abstract, continue to the next invoke.
253 if (reg_type.IsPreciseReference() || concrete_method->IsFinal() ||
254 concrete_method->GetDeclaringClass()->IsFinal()) {
258 concrete_method->GetDeclaringClass()->GetDexCache()->GetDexFile(),
259 concrete_method
[all...]

Completed in 45 milliseconds