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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 95 size_t getExportFuncCount() const {
ScriptCompiled.h 98 size_t getExportFuncCount() const {
Script.cpp 508 size_t Script::getExportFuncCount() const {
511 return mCompiled->getExportFuncCount();
515 return mCached->getExportFuncCount();
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 112 size_t getExportFuncCount() const {

Completed in 49 milliseconds