HomeSort by relevance Sort by last modified time
    Searched defs:getExportFuncNameList (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCompiled.cpp 48 void ScriptCompiled::getExportFuncNameList(std::vector<std::string> &funcList) {
Script.cpp 642 void Script::getExportFuncNameList(std::vector<std::string> &funcList) {
645 return mCompiled->getExportFuncNameList(funcList);
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 119 const char **getExportFuncNameList() const {

Completed in 202 milliseconds