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

/system/core/libacc/
H A Dacc.cpp219 virtual intptr_t getSize() = 0;
299 virtual intptr_t getSize() { function in class:acc::Compiler::CodeBuf
598 intptr_t getSize() { function in class:acc::Compiler::CodeGenerator
599 return pCodeBuf->getSize();
966 intptr_t getSize() { function in class:acc::Compiler::ARMCodeBuf
968 return mpBase->getSize();
6184 *length = (ACCsizei) pCodeBuf->getSize();

Completed in 249 milliseconds