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 488 ArtMethod* actual_method = nullptr; local
491 actual_method = resolved_method;
494 actual_method = FindVirtualOrInterfaceTarget(invoke_instruction, resolved_method);
498 if (actual_method == nullptr) {
502 actual_method = method;
503 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod();
507 if (actual_method != nullptr) {
510 actual_method,
526 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) {
1183 ArtMethod* actual_method = nullptr; local
    [all...]
instruction_builder.cc 866 ArtMethod* actual_method; local
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 1009 milliseconds