Home
last modified time | relevance | path

Searched defs:array_index (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Drunslots.cpp134 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsOccupied() local
145 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsFree() local
152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t array_index, size_t bit) in BitMapToSlot()
188 uintptr_t array_index = bit_index >> BITS_IN_BYTE_POWER_OF_TWO; in IsLive() local
Drunslots.h195 for (size_t array_index = 0; array_index < BITMAP_ARRAY_SIZE; array_index++) { in IterateOverOccupiedSlots() local
Drunslots_allocator-inl.h67 size_t array_index = slot_size_power_of_two; in Alloc() local
157 size_t array_index = RunSlotsType::ConvertToPowerOfTwoUnsafe(run_slot_size); in FreeUnsafeInternal() local