Searched refs:ScriptExecutable (Results 1 – 6 of 6) sorted by relevance
15 class ScriptExecutable; variable69 ScriptExecutable* getExecutable() const { return mExecutable; } in getExecutable()77 ScriptExecutable* mExecutable;
63 class ScriptExecutable {65 ScriptExecutable(Context* RSContext, in ScriptExecutable() function90 ~ScriptExecutable() { in ~ScriptExecutable()125 static ScriptExecutable*
300 ScriptExecutable* ScriptExecutable::createFromSharedObject( in createFromSharedObject()576 return new ScriptExecutable( in createFromSharedObject()612 void* ScriptExecutable::getFieldAddress(const char* name) const { in getFieldAddress()622 bool ScriptExecutable::dumpGlobalInfo() const { in dumpGlobalInfo()
41 class ScriptExecutable; variable134 ScriptExecutable* mScriptExec;
413 mExecutable = ScriptExecutable::createFromSharedObject( in compile()487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()522 ScriptExecutable* exec = mGroup->getExecutable(); in setGlobalsForBatch()
262 mScriptExec = ScriptExecutable::createFromSharedObject( in storeRSInfoFromSO()