Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc146 AllocNonvirtualWithoutAccounting(bytes + sizeof(BlockHeader))); in AllocBlock()
148 BlockHeader* header = reinterpret_cast<BlockHeader*>(storage); in AllocBlock()
150 storage += sizeof(BlockHeader); in AllocBlock()
191 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk()
193 pos += sizeof(BlockHeader); // Skip the header so that we know where the objects in Walk()
Dbump_pointer_space.h184 struct BlockHeader { struct
189 static_assert(sizeof(BlockHeader) % kAlignment == 0, argument