Searched refs:TmpSlotList (Results 1 - 1 of 1) sorted by relevance

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

Completed in 228 milliseconds