HomeSort by relevance Sort by last modified time
    Searched refs:getFuncCount (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/linkloader/include/
ELFSectionSymTab.h 69 size_t getFuncCount() const;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 107 size_t getFuncCount() const {
Script.h 176 size_t getFuncCount() const;
ScriptCached.cpp 123 size_t funcCount = getFuncCount();
ScriptCompiled.h 110 size_t getFuncCount() const {
Script.cpp 559 size_t Script::getFuncCount() const {
562 return mCompiled->getFuncCount();
566 return mCached->getFuncCount();
ScriptCompiled.cpp 119 size_t funcCount = getFuncCount();
  /frameworks/compile/linkloader/include/impl/
ELFSectionSymTab.hxx 32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const {
  /frameworks/compile/linkloader/android/
librsloader.cpp 155 return symtab->getFuncCount();

Completed in 2439 milliseconds