HomeSort by relevance Sort by last modified time
    Searched refs:getObjectSlotCount (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 144 fprintf(info, "objectSlotCount: %u\n", ME->getObjectSlotCount());
146 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) {
205 printf("objectSlotCount: %u\n", ME->getObjectSlotCount());
207 for (size_t i = 0; i < ME->getObjectSlotCount(); i++) {
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 167 size_t getObjectSlotCount() const {
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 72 size_t objectSlotCount = me.getObjectSlotCount();

Completed in 32 milliseconds