Home
last modified time | relevance | path

Searched refs:res_name_strp_index (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
Dbcc_cache.h98 size_t res_name_strp_index; member
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheReader.cpp313 char const *depCachedName = strPool[depCached->res_name_strp_index]; in checkDependency()
DCacheWriter.cpp140 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size()); in prepareDependencyTable()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp129 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size()); in prepareDependencyTable()
DMCCacheReader.cpp300 char const *depCachedName = strPool[depCached->res_name_strp_index]; in checkDependency()