Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/allocator/
H A Drosalloc-inl.h117 << ", slot_idx=" << SlotIndex(slot); in AllocSlot()
H A Drosalloc.cc885 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in FreeSlot()
935 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in AddToFreeListShared()
979 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()
985 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()
1952 size_t slot_idx = SlotIndex(slot); in Verify()
1958 size_t slot_idx = SlotIndex(slot); in Verify()
H A Drosalloc.h478 size_t SlotIndex(Slot* slot) const { in SlotIndex() function
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A Dtypes.hal70 enum SlotIndex : int32_t {
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp166 static_cast<int32_t>(SlotIndex::INVALID), in attachBuffer()