Searched defs:getELFSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h134 size_t getELFSize() const { function in class:bcc::ScriptCached
H A DScriptCompiled.h148 size_t getELFSize() const { function in class:bcc::ScriptCompiled
H A DScript.cpp195 getELFSize())) != getELFSize()) {
244 registerObjectWithGDB(getELF(), getELFSize()); // thread-safe registration
774 size_t Script::getELFSize() const { function in class:bcc::Script
777 return mCompiled->getELFSize();
781 return mCached->getELFSize();

Completed in 61 milliseconds