Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp165 fprintf(info, "objectSlotCount: %zu\n", ME->getObjectSlotCount()); in dumpInfo()
167 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) { in dumpInfo()
241 printf("objectSlotCount: %zu\n", ME->getObjectSlotCount()); in dumpMetadata()
243 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) { in dumpMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h259 size_t getObjectSlotCount() const { in getObjectSlotCount() function
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp81 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString()