Searched refs:forEachListSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.cpp63 void ScriptCached::getExportForEachList(size_t forEachListSize, argument
68 if (forEachCount > forEachListSize) {
69 forEachCount = forEachListSize;
H A Dbcc.cpp245 size_t forEachListSize,
250 unwrap(script)->getExportForEachList(forEachListSize, forEachList);
256 if (count > forEachListSize) {
257 count = forEachListSize;
244 bccGetExportForEachList(BCCScriptRef script, size_t forEachListSize, void **forEachList) argument
H A DScriptCompiled.cpp75 void ScriptCompiled::getExportForEachList(size_t forEachListSize, argument
80 if (forEachCount > forEachListSize) {
81 forEachCount = forEachListSize;
H A DScriptCached.h119 void getExportForEachList(size_t forEachListSize, void **forEachList);
H A DScriptCompiled.h122 void getExportForEachList(size_t forEachListSize, void **forEachList);
/frameworks/compile/libbcc/include/bcc/
H A Dbcc.h138 size_t forEachListSize,

Completed in 8 milliseconds