Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp155 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata() local
156 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()
170 TmpSlotList[i] = USlot; in populateObjectSlotMetadata()
175 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()