Home
last modified time | relevance | path

Searched refs:mExportFuncsName (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScriptCompiled.h58 std::vector<std::string> mExportFuncsName; variable
DScriptCompiled.cpp49 funcList = mExportFuncsName; in getExportFuncNameList()
DCompiler.cpp266 std::vector<std::string> &FuncNameList = mpResult->mExportFuncsName; in compile()