Home | History | Annotate | Download | only in optimizing

Lines Matching defs:method_idx

262   bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const OVERRIDE;
268 uint32_t method_idx,
274 uint32_t method_idx,
276 return ArtQuickJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file);
320 uint32_t method_idx,
366 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED,
614 uint32_t method_idx,
642 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) {
663 method_idx,
676 method_idx,
690 soa, dex_cache, loader, &dex_compilation_unit, method_idx, invoke_type);
791 uint32_t method_idx,
798 const VerifiedMethod* verified_method = compiler_driver->GetVerifiedMethod(&dex_file, method_idx);
800 if (compiler_driver->IsMethodVerifiedWithoutFailures(method_idx, class_def_idx, dex_file)
812 method_idx,
825 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
847 std::string method_name = PrettyMethod(method_idx, dex_file);
882 const uint32_t method_idx = method->GetDexMethodIndex();
899 method_idx,
912 LOG(INFO) << PrettyMethod(method_idx, *dex_file) << " " << Dumpable<MemStats>(mem_stats);
948 info.dex_method_index = method_idx;