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

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp154 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; local
155 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList));
169 TmpSlotList[i] = USlot;
174 mObjectSlotList = TmpSlotList;

Completed in 27 milliseconds