Lines Matching refs:callee_dex_file
1858 const DexFile& callee_dex_file = callee_graph->GetDexFile(); in CanInlineBody() local
1867 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1878 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1885 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1892 VLOG(compiler) << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1904 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1917 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1926 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1937 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1946 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1956 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1965 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1977 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1995 const DexFile& callee_dex_file = *resolved_method->GetDexFile(); in TryBuildAndInlineHelper() local
2011 callee_dex_file, in TryBuildAndInlineHelper()
2032 annotations::HasDeadReferenceSafeAnnotation(callee_dex_file, callee_class) in TryBuildAndInlineHelper()
2033 && !annotations::MethodContainsRSensitiveAccess(callee_dex_file, callee_class, method_index); in TryBuildAndInlineHelper()
2039 callee_dex_file, in TryBuildAndInlineHelper()
2075 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()