Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_idx

300   bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const OVERRIDE;
306 uint32_t method_idx,
312 uint32_t method_idx,
317 method_idx,
379 uint32_t method_idx,
438 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED,
890 uint32_t method_idx,
911 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) {
933 method_idx,
941 method_idx,
951 soa, dex_cache, class_loader, &dex_compilation_unit, method_idx, invoke_type);
1039 uint32_t method_idx,
1046 const VerifiedMethod* verified_method = compiler_driver->GetVerifiedMethod(&dex_file, method_idx);
1048 if (compiler_driver->IsMethodVerifiedWithoutFailures(method_idx, class_def_idx, dex_file)
1066 method_idx,
1081 LOG(INFO) << dex_file.PrettyMethod(method_idx) << " " << Dumpable<MemStats>(mem_stats);
1100 std::string method_name = dex_file.PrettyMethod(method_idx);
1155 const uint32_t method_idx = method->GetDexMethodIndex();
1174 method_idx,
1188 LOG(INFO) << dex_file->PrettyMethod(method_idx) << " " << Dumpable<MemStats>(mem_stats);
1260 info.dex_method_index = method_idx;