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;
77 class ScriptExecutable {79 ScriptExecutable(void** fieldAddress, bool* fieldIsObject, in ScriptExecutable() function104 ~ScriptExecutable() { in ~ScriptExecutable()141 static ScriptExecutable*
38 class ScriptExecutable; variable127 ScriptExecutable* mScriptExec;
419 ScriptExecutable* ScriptExecutable::createFromSharedObject( in createFromSharedObject()816 return new ScriptExecutable( in createFromSharedObject()862 void* ScriptExecutable::getFieldAddress(const char* name) const { in getFieldAddress()872 bool ScriptExecutable::dumpGlobalInfo() const { in dumpGlobalInfo()
487 mExecutable = ScriptExecutable::createFromSharedObject( in compile()568 mExecutable = ScriptExecutable::createFromSharedObject(mScriptObj); in compile()602 ScriptExecutable* exec = mGroup->getExecutable(); in setGlobalsForBatch()
260 mScriptExec = ScriptExecutable::createFromSharedObject( in storeRSInfoFromSO()