Lines Matching refs:actual_method
729 ArtMethod* actual_method;
731 actual_method = methods_class->FindVirtualMethodForInterfaceSuper(
735 actual_method = compiling_class->GetSuperClass()->GetVTableEntry(
738 if (actual_method != resolved_method &&
739 !IsSameDexFile(*actual_method->GetDexFile(), *dex_compilation_unit_->GetDexFile())) {
750 if (!actual_method->IsInvokable()) {
755 resolved_method = actual_method;