Home
last modified time | relevance | path

Searched refs:getObjectSlotCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp144 fprintf(info, "objectSlotCount: %u\n", ME->getObjectSlotCount()); in dumpInfo()
146 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) { in dumpInfo()
205 printf("objectSlotCount: %u\n", ME->getObjectSlotCount()); in dumpMetadata()
207 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) { in dumpMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h167 size_t getObjectSlotCount() const { in getObjectSlotCount() function
/frameworks/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp72 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString()