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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp299 OBCC_Dependency *depCached =&mpCachedDependTable->table[i]; local
300 char const *depCachedName = strPool[depCached->res_name_strp_index];
301 uint32_t depCachedType = depCached->res_type;
302 unsigned char const *depCachedSHA1 = depCached->sha1;
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp312 OBCC_Dependency *depCached =&mpCachedDependTable->table[i]; local
313 char const *depCachedName = strPool[depCached->res_name_strp_index];
314 uint32_t depCachedType = depCached->res_type;
315 unsigned char const *depCachedSHA1 = depCached->sha1;

Completed in 448 milliseconds