HomeSort by relevance Sort by last modified time
    Searched refs:actual_method (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
inliner.cc 262 ArtMethod* actual_method = nullptr; local
274 // actual_method == resolved_method for direct or static calls.
275 actual_method = resolved_method;
281 actual_method = FindVirtualOrInterfaceTarget(invoke_instruction, resolved_method);
292 if (actual_method != nullptr) {
293 bool result = TryInlineAndReplace(invoke_instruction, actual_method, /* do_rtp */ true);
639 ArtMethod* actual_method = nullptr; local
664 if (actual_method == nullptr) {
665 actual_method = new_method;
666 } else if (actual_method != new_method)
    [all...]
instruction_builder.cc 729 ArtMethod* actual_method; local
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;
    [all...]
  /art/runtime/
debugger.cc 4048 ArtMethod* actual_method = local
    [all...]

Completed in 480 milliseconds