Searched defs:TmpSlotList (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp283 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; local
284 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList));
289 if (!extractUIntFromMetadataString(&TmpSlotList[i], ObjectSlot->getOperand(0))) {
299 mObjectSlotList = TmpSlotList;

Completed in 109 milliseconds