Lines Matching refs:method_idx
255 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const override;
261 uint32_t method_idx,
267 uint32_t method_idx,
434 bool OptimizingCompiler::CanCompileMethod([[maybe_unused]] uint32_t method_idx, in CanCompileMethod() argument
770 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompile() local
784 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()
801 CodeItemDebugInfoAccessor code_item_accessor(dex_file, code_item, method_idx); in TryCompile()
817 && !annotations::MethodContainsRSensitiveAccess(dex_file, *containing_class, method_idx); in TryCompile()
828 method_idx, in TryCompile()
971 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompileIntrinsic() local
987 method_idx, in TryCompileIntrinsic()
1065 uint32_t method_idx, in Compile() argument
1082 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
1094 method_idx, in Compile()
1141 << dex_file.PrettyMethod(method_idx) in Compile()
1155 std::string method_name = dex_file.PrettyMethod(method_idx); in Compile()
1182 uint32_t method_idx, in JniCompile() argument
1193 method_idx, dex_cache.Get(), /*class_loader=*/ nullptr); in JniCompile()
1207 method_idx, in JniCompile()
1230 compiler_options, dex_file.GetMethodShortyView(method_idx), access_flags, &allocator); in JniCompile()
1276 const uint32_t method_idx = method->GetDexMethodIndex(); in JitCompile() local
1297 compiler_options, dex_file->GetMethodShortyView(method_idx), access_flags, &allocator); in JitCompile()
1333 info.dex_method_index = method_idx; in JitCompile()
1384 method_idx, in JitCompile()
1440 info.dex_method_index = method_idx; in JitCompile()
1491 << dex_file->PrettyMethod(method_idx) in JitCompile()