Lines Matching refs:isLive
335 bool isLive; member
338 : isLive (false) in AllocationSlot()
343 , isLive (isLive_) in AllocationSlot()
410 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
412 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
442 if (!origSlot.isLive) in validateAllocationCallbacks()
445 origSlot.isLive = true; // Mark live to suppress further errors in validateAllocationCallbacks()
455 allocations[origSlotNdx].isLive = false; in validateAllocationCallbacks()
464 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
466 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
483 origSlot.isLive = false; in validateAllocationCallbacks()
501 DE_ASSERT(!allocations[slotNdx].isLive); in validateAllocationCallbacks()
502 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
519 if (allocations[slotNdx].isLive) in validateAllocationCallbacks()
520 allocations[slotNdx].isLive = false; in validateAllocationCallbacks()
570 if (slotIter->isLive) in validateAllocationCallbacks()