Home
last modified time | relevance | path

Searched refs:exportFuncCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp74 size_t exportFuncCount = me.getExportFuncCount(); in getRSInfoString() local
103 s << "exportFuncCount: " << exportFuncCount << "\n"; in getRSInfoString()
104 for (i = 0; i < exportFuncCount; ++i) { in getRSInfoString()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp321 size_t exportFuncCount = me.getExportFuncCount(); in addInternalizeSymbolsPass() local
332 for (i = 0; i < exportFuncCount; ++i) { in addInternalizeSymbolsPass()