Lines Matching refs:method_idx
277 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const override;
283 uint32_t method_idx,
289 uint32_t method_idx,
455 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED, in CanCompileMethod()
755 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompile() local
769 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()
784 CodeItemDebugInfoAccessor code_item_accessor(dex_file, code_item, method_idx); in TryCompile()
800 && !annotations::MethodContainsRSensitiveAccess(dex_file, *containing_class, method_idx); in TryCompile()
811 method_idx, in TryCompile()
920 uint32_t method_idx = dex_compilation_unit.GetDexMethodIndex(); in TryCompileIntrinsic() local
936 method_idx, in TryCompileIntrinsic()
1011 uint32_t method_idx, in Compile() argument
1020 const VerifiedMethod* verified_method = compiler_options.GetVerifiedMethod(&dex_file, method_idx); in Compile()
1022 if (compiler_options.IsMethodVerifiedWithoutFailures(method_idx, class_def_idx, dex_file) || in Compile()
1034 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
1046 method_idx, in Compile()
1098 << dex_file.PrettyMethod(method_idx) in Compile()
1121 std::string method_name = dex_file.PrettyMethod(method_idx); in Compile()
1147 uint32_t method_idx, in JniCompile() argument
1158 method_idx, dex_cache.Get(), /*class_loader=*/ nullptr); in JniCompile()
1172 method_idx, in JniCompile()
1199 compiler_options, access_flags, method_idx, dex_file); in JniCompile()
1247 const uint32_t method_idx = method->GetDexMethodIndex(); in JitCompile() local
1255 compiler_options, access_flags, method_idx, *dex_file); in JitCompile()
1288 info.dex_method_index = method_idx; in JitCompile()
1341 method_idx, in JitCompile()
1396 info.dex_method_index = method_idx; in JitCompile()
1441 << dex_file->PrettyMethod(method_idx) in JitCompile()