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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp295 string const &depName = dep->first; local
304 if (depName != depCachedName) {
306 LOGE(" given: %s\n", depName.c_str());
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp308 string const &depName = dep->first; local
317 if (depName != depCachedName) {
319 LOGE(" given: %s\n", depName.c_str());

Completed in 206 milliseconds