Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.cpp182 uintptr_t memTailByRunslots = ToUintPtr(obj) & (RUNSLOTS_SIZE - 1U); in IsLive() local
183 if ((memTailByRunslots & (static_cast<uintptr_t>(slotSize_) - 1)) != 0) { in IsLive()
187 uintptr_t bitIndex = memTailByRunslots >> SlotToSize(SlotsSizes::SLOT_MIN_SIZE_BYTES_POWER_OF_TWO); in IsLive()

Completed in 2 milliseconds