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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h91 size_t getExportVarCount() const { function in class:bcc::ScriptCached
H A DScriptCompiled.h94 size_t getExportVarCount() const { function in class:bcc::ScriptCompiled
H A DScript.cpp491 size_t Script::getExportVarCount() const { function in class:bcc::Script
494 return mCompiled->getExportVarCount();
498 return mCached->getExportVarCount();
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h98 size_t getExportVarCount() const { function in class:bcinfo::MetadataExtractor

Completed in 64 milliseconds