Lines Matching refs:method_idx
275 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const override;
281 uint32_t method_idx,
287 uint32_t method_idx,
453 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED, in CanCompileMethod()
741 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompile() local
755 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()
770 CodeItemDebugInfoAccessor code_item_accessor(dex_file, code_item, method_idx); in TryCompile()
788 && !annotations::MethodContainsRSensitiveAccess(dex_file, *containing_class, method_idx); in TryCompile()
799 method_idx, in TryCompile()
909 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompileIntrinsic() local
925 method_idx, in TryCompileIntrinsic()
1001 uint32_t method_idx, in Compile() argument
1010 const VerifiedMethod* verified_method = compiler_options.GetVerifiedMethod(&dex_file, method_idx); in Compile()
1012 if (compiler_options.IsMethodVerifiedWithoutFailures(method_idx, class_def_idx, dex_file) || in Compile()
1024 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
1036 method_idx, in Compile()
1085 << dex_file.PrettyMethod(method_idx) in Compile()
1108 std::string method_name = dex_file.PrettyMethod(method_idx); in Compile()
1133 uint32_t method_idx, in JniCompile() argument
1144 method_idx, dex_cache.Get(), /*class_loader=*/ nullptr); in JniCompile()
1155 method_idx, in JniCompile()
1182 compiler_options, access_flags, method_idx, dex_file); in JniCompile()
1230 const uint32_t method_idx = method->GetDexMethodIndex(); in JitCompile() local
1238 compiler_options, access_flags, method_idx, *dex_file); in JitCompile()
1270 info.dex_method_index = method_idx; in JitCompile()
1323 method_idx, in JitCompile()
1378 info.dex_method_index = method_idx; in JitCompile()
1423 << dex_file->PrettyMethod(method_idx) in JitCompile()