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

  /frameworks/compile/linkloader/include/
ELFSectionSymTab.h 69 size_t getFuncCount() const;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 112 size_t getFuncCount() const {
Script.h 135 size_t getFuncCount() const;
ScriptCached.cpp 124 size_t funcCount = getFuncCount();
ScriptCompiled.h 113 size_t getFuncCount() const {
Script.cpp 552 size_t Script::getFuncCount() const {
555 return mCompiled->getFuncCount();
560 return mCached->getFuncCount();
ScriptCompiled.cpp 122 size_t funcCount = getFuncCount();
  /frameworks/compile/linkloader/android/
librsloader.cpp 111 return symtab->getFuncCount();
  /frameworks/compile/linkloader/include/impl/
ELFSectionSymTab.hxx 32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const {
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheWriter.cpp 150 size_t funcCount = mpOwner->getFuncCount();

Completed in 1731 milliseconds