Searched refs:TmpSlotList (Results 1 – 1 of 1) sorted by relevance
189 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata() local190 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()195 if (!extractUIntFromMetadataString(&TmpSlotList[i], ObjectSlot->getOperand(0))) { in populateObjectSlotMetadata()205 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()