Home
last modified time | relevance | path

Searched refs:ffz (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc-inl.h134 const uint32_t ffz = ffz1 - 1; in AllocSlot() local
135 const uint32_t slot_idx = ffz + in AllocSlot()
137 const uint32_t mask = 1U << ffz; in AllocSlot()