Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.cpp42 usedSlots_ = 0; in Initialize()
80 usedSlots_++; in PopFreeSlot()
82 << ". Used slots in this RunSlots = " << std::dec << usedSlots_; in PopFreeSlot() local
98 usedSlots_--; in PushFreeSlot()
99 LOG_RUNSLOTS(DEBUG) << "Used slots in RunSlots = " << usedSlots_; in PushFreeSlot()
H A Drunslots.h111 bool isEmpty = (usedSlots_ == 0); in IsEmpty()
291 uint16_t usedSlots_ {0};

Completed in 2 milliseconds