Searched refs:USlot (Results 1 – 2 of 2) sorted by relevance
111 uint32_t USlot = 0; in populateObjectSlotMetadata() local112 if (Slot.getAsInteger(10, USlot)) { in populateObjectSlotMetadata()116 TmpSlotList[i] = USlot; in populateObjectSlotMetadata()
488 uint32_t USlot = 0; in compile() local489 if (Slot.getAsInteger(10, USlot)) { in compile()493 objectSlotList.push_back(USlot); in compile()495 LOGD("compile(): RefCount Slot: %s @ %u\n", Slot.str().c_str(), USlot); in compile()