OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depCached
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
299
OBCC_Dependency *
depCached
=&mpCachedDependTable->table[i];
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/
CacheReader.cpp
312
OBCC_Dependency *
depCached
=&mpCachedDependTable->table[i];
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 2891 milliseconds