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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h103 size_t getPragmaCount() const { function in class:bcc::ScriptCached
H A DScriptCompiled.h106 size_t getPragmaCount() const { function in class:bcc::ScriptCompiled
H A DScript.cpp542 size_t Script::getPragmaCount() const { function in class:bcc::Script
545 return mCompiled->getPragmaCount();
549 return mCached->getPragmaCount();
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h147 size_t getPragmaCount() const { function in class:bcinfo::MetadataExtractor

Completed in 146 milliseconds