Searched refs:mRSExecutable (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp245 mRSExecutable(NULL),
364 mRSExecutable =
369 if (!mRSExecutable) {
387 rsloaderGetSymbolAddress(mRSExecutable,
415 rsloaderGetSymbolAddress(mRSExecutable,
430 size_t func_list_size = rsloaderGetFuncCount(mRSExecutable);
432 rsloaderGetFuncNameList(mRSExecutable, func_list_size, &*func_list.begin());
436 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i]);
438 size_t size = rsloaderGetSymbolSize(mRSExecutable, func_list[i]);
821 return rsloaderGetSymbolAddress(mRSExecutable, nam
[all...]
H A DScriptCached.h74 RSExecRef mRSExecutable; member in class:bcc::ScriptCached
H A DMCCacheReader.cpp353 rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_var_name_list_raw->strp_indexs[i]]);
377 rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_func_name_list_raw->strp_indexs[i]]);
438 mpResult->mRSExecutable =
H A DCompiler.h106 RSExecRef mRSExecutable; member in class:bcc::Compiler
H A DScriptCached.cpp115 return rsloaderGetSymbolAddress(mRSExecutable, name);

Completed in 60 milliseconds