Home
last modified time | relevance | path

Searched refs:callee_dex_file (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc2184 const DexFile& callee_dex_file = *resolved_method->GetDexFile(); in TryBuildAndInlineHelper() local
2201 callee_dex_file, in TryBuildAndInlineHelper()
2222 annotations::HasDeadReferenceSafeAnnotation(callee_dex_file, callee_class) in TryBuildAndInlineHelper()
2223 && !annotations::MethodContainsRSensitiveAccess(callee_dex_file, callee_class, method_index); in TryBuildAndInlineHelper()
2230 callee_dex_file, in TryBuildAndInlineHelper()
2267 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()