Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
Dbcc_mccache.h99 uint32_t res_type; /* BCC_APK_RESOURCE or BCC_FILE_RESOURCE */ member
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp130 dep->res_type = I->second.first; in prepareDependencyTable()
DMCCacheReader.cpp300 uint32_t depCachedType = depCached->res_type; in checkDependency()