Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h79 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk()
81 pos += sizeof(BlockHeader); // Skip the header so that we know where the objects in Walk()
Dbump_pointer_space.cc155 AllocNonvirtualWithoutAccounting(bytes + sizeof(BlockHeader))); in AllocBlock()
157 BlockHeader* header = reinterpret_cast<BlockHeader*>(storage); in AllocBlock()
159 storage += sizeof(BlockHeader); in AllocBlock()
Dbump_pointer_space.h194 struct BlockHeader { struct
199 static_assert(sizeof(BlockHeader) % kAlignment == 0, argument