Searched refs:forEachFunctions (Results 1 – 2 of 2) sorted by relevance
435 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject() local530 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()531 if (forEachFunctions == nullptr) { in createFromSharedObject()556 forEachFunctions[i] = in createFromSharedObject()558 if (i != 0 && forEachFunctions[i] == nullptr && in createFromSharedObject()819 forEachFunctions, forEachSignatures, forEachCount, in createFromSharedObject()848 delete[] forEachFunctions; in createFromSharedObject()
82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable() argument94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()