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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 91 size_t getExportVarCount() const {
ScriptCompiled.h 94 size_t getExportVarCount() const {
Script.cpp 491 size_t Script::getExportVarCount() const {
494 return mCompiled->getExportVarCount();
498 return mCached->getExportVarCount();
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 98 size_t getExportVarCount() const {

Completed in 43 milliseconds