Searched refs:depCachedSHA1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp302 unsigned char const *depCachedSHA1 = depCached->sha1; local
312 if (memcmp(depSHA1, depCachedSHA1, 20) != 0) {
322 PRINT_SHA1(" cached: ", depCachedSHA1, "\n");
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp315 unsigned char const *depCachedSHA1 = depCached->sha1; local
325 if (memcmp(depSHA1, depCachedSHA1, 20) != 0) {
335 PRINT_SHA1(" cached: ", depCachedSHA1, "\n");

Completed in 2965 milliseconds