Searched refs:SlotIndex (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.h | 127 auto pair = GetNativePair(entries_, SlotIndex(index)); in Get() 133 SetNativePair(entries_, SlotIndex(index), pair); in Set() 137 return GetNativePair(entries_, SlotIndex(index)); in GetNativePair() 141 SetNativePair(entries_, SlotIndex(index), value); in SetNativePair() 159 uint32_t SlotIndex(uint32_t index) { in SlotIndex() function 182 return entries_[SlotIndex(index)].load(std::memory_order_acquire); in GetPair() 186 entries_[SlotIndex(index)].store(value, std::memory_order_release); in SetPair() 190 uint32_t slot = SlotIndex(index); in Clear() 199 uint32_t SlotIndex(uint32_t index) { in SlotIndex() function
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 117 << ", slot_idx=" << SlotIndex(slot); in AllocSlot()
|
D | rosalloc.cc | 882 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in FreeSlot() 932 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in AddToFreeListShared() 976 size_t slot_idx = SlotIndex(slot); in InspectAllSlots() 982 size_t slot_idx = SlotIndex(slot); in InspectAllSlots() 1948 size_t slot_idx = SlotIndex(slot); in Verify() 1954 size_t slot_idx = SlotIndex(slot); in Verify()
|
D | rosalloc.h | 476 size_t SlotIndex(Slot* slot) const { in SlotIndex() function
|