Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
Dbcc_cache.h99 uint32_t res_type; /* BCC_APK_RESOURCE or BCC_FILE_RESOURCE */ member
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheReader.cpp314 uint32_t depCachedType = depCached->res_type; in checkDependency()
DCacheWriter.cpp141 dep->res_type = I->second.first; in prepareDependencyTable()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp130 dep->res_type = I->second.first; in prepareDependencyTable()
DMCCacheReader.cpp301 uint32_t depCachedType = depCached->res_type; in checkDependency()