HomeSort by relevance Sort by last modified time
    Searched refs:mRSExecutable (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 220 mRSExecutable(NULL),
407 mRSExecutable =
412 if (!mRSExecutable) {
417 rsloaderUpdateSectionHeaders(mRSExecutable,
425 VarList.push_back(rsloaderGetSymbolAddress(mRSExecutable,
433 FuncList.push_back(rsloaderGetSymbolAddress(mRSExecutable,
441 ForEachList.push_back(rsloaderGetSymbolAddress(mRSExecutable,
449 size_t func_list_size = rsloaderGetFuncCount(mRSExecutable);
451 rsloaderGetFuncNameList(mRSExecutable, func_list_size, &*func_list.begin());
455 void *func = rsloaderGetSymbolAddress(mRSExecutable, func_list[i])
    [all...]
ScriptCached.h 67 RSExecRef mRSExecutable;
MCCacheReader.cpp 352 rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_var_name_list_raw->strp_indexs[i]]);
376 rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_func_name_list_raw->strp_indexs[i]]);
400 rsloaderGetSymbolAddress(mpResult->mRSExecutable, strPool[export_foreach_name_list_raw->strp_indexs[i]]);
464 mpResult->mRSExecutable =
473 rsloaderUpdateSectionHeaders(mpResult->mRSExecutable,
Compiler.h 89 RSExecRef mRSExecutable;
ScriptCached.cpp 117 return rsloaderGetSymbolAddress(mRSExecutable, name);

Completed in 37 milliseconds