Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp220 mRSExecutable(NULL), in Compiler()
407 mRSExecutable = in compile()
412 if (!mRSExecutable) { in compile()
417 rsloaderUpdateSectionHeaders(mRSExecutable, in compile()
425 VarList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
433 FuncList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
441 ForEachList.push_back(rsloaderGetSymbolAddress(mRSExecutable, in compile()
449 size_t func_list_size = rsloaderGetFuncCount(mRSExecutable); in compile()
451 rsloaderGetFuncNameList(mRSExecutable, func_list_size, &*func_list.begin()); in compile()
455 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i]); in compile()
[all …]
DMCCacheReader.cpp352 …rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_var_name_list_raw->strp_indexs[i]… in readVarNameList()
376 …rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_func_name_list_raw->strp_indexs[i… in readFuncNameList()
400 …rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_foreach_name_list_raw->strp_index… in readForEachNameList()
464 mpResult->mRSExecutable = in readObjFile()
473 rsloaderUpdateSectionHeaders(mpResult->mRSExecutable, in readObjFile()
DScriptCached.h67 RSExecRef mRSExecutable; variable
DScriptCached.cpp117 return rsloaderGetSymbolAddress(mRSExecutable, name); in lookup()
DCompiler.h89 RSExecRef mRSExecutable; variable