Searched defs:getExportFuncCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h95 size_t getExportFuncCount() const { function in class:bcc::ScriptCached
H A DScriptCompiled.h98 size_t getExportFuncCount() const { function in class:bcc::ScriptCompiled
H A DScript.cpp508 size_t Script::getExportFuncCount() const { function in class:bcc::Script
511 return mCompiled->getExportFuncCount();
515 return mCached->getExportFuncCount();
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h112 size_t getExportFuncCount() const { function in class:bcinfo::MetadataExtractor

Completed in 72 milliseconds