Home
last modified time | relevance | path

Searched refs:funcNameList (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp257 mpOwner->getExportFuncNameList(funcNameList); in prepareExportFuncNameList()
259 list->strp_indexs[i] = addString(funcNameList[i].c_str(), funcNameList[i].length()); in prepareExportFuncNameList()
DMCCacheWriter.h53 std::vector<std::string> funcNameList; variable
DScriptCached.h128 void getFuncInfoList(size_t funcInfoListSize, FuncInfo *funcNameList);
DCompiler.cpp401 std::vector<std::string> &funcNameList = mpResult->mExportFuncsName; in compile() local
414 funcNameList.push_back(ExportFuncName.str()); in compile()