Searched refs:forEachFunctions (Results 1 – 2 of 2) sorted by relevance
420 ForEachFunc_t* forEachFunctions = nullptr; in createFromSharedObject() local515 forEachFunctions = new ForEachFunc_t[forEachCount]; in createFromSharedObject()516 if (forEachFunctions == nullptr) { in createFromSharedObject()541 forEachFunctions[i] = in createFromSharedObject()543 if (i != 0 && forEachFunctions[i] == nullptr && in createFromSharedObject()804 forEachFunctions, forEachSignatures, forEachCount, in createFromSharedObject()833 delete[] forEachFunctions; in createFromSharedObject()
82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures, in ScriptExecutable() argument94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures), in ScriptExecutable()