Searched defs:ScriptCached (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.cpp19 #include "ScriptCached.h"
33 ScriptCached::~ScriptCached() {
48 void ScriptCached::getExportVarList(size_t varListSize, void **varList) {
61 void ScriptCached::getExportFuncList(size_t funcListSize, void **funcList) {
75 void ScriptCached::getPragmaList(size_t pragmaListSize,
98 void ScriptCached::getObjectSlotList(size_t objectSlotListSize,
113 void *ScriptCached::lookup(const char *name) {
121 void ScriptCached::getFuncInfoList(size_t funcInfoListSize,
H A DScriptCached.h47 class ScriptCached { class in namespace:bcc
83 ScriptCached(Script *owner) function in class:bcc::ScriptCached
95 ~ScriptCached();

Completed in 175 milliseconds