Lines Matching refs:callee_dex_file

1859   const DexFile& callee_dex_file = callee_graph->GetDexFile();  in CanInlineBody()  local
1868 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1879 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1886 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1893 VLOG(compiler) << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1905 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1918 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1927 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1938 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1947 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1957 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1966 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1978 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1996 const DexFile& callee_dex_file = *resolved_method->GetDexFile(); in TryBuildAndInlineHelper() local
2013 callee_dex_file, in TryBuildAndInlineHelper()
2034 annotations::HasDeadReferenceSafeAnnotation(callee_dex_file, callee_class) in TryBuildAndInlineHelper()
2035 && !annotations::MethodContainsRSensitiveAccess(callee_dex_file, callee_class, method_index); in TryBuildAndInlineHelper()
2042 callee_dex_file, in TryBuildAndInlineHelper()
2075 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()