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

/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp145 const uint32_t *slotList = ME->getObjectSlotList(); local
147 fprintf(info, "%u\n", slotList[i]);
206 const uint32_t *slotList = ME->getObjectSlotList(); local
208 printf("objectSlotList[%u]: %u\n", i, slotList[i]);

Completed in 65 milliseconds