Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc156 byte* byte_end = byte_start + alloc_size - sizeof(AllocationHeader); in Walk() local
157 callback(byte_start, byte_end, alloc_size, arg); in Walk()
159 cur_header = reinterpret_cast<AllocationHeader*>(byte_end); in Walk()
318 byte* byte_end = byte_start + alloc_size - sizeof(AllocationHeader); in Dump() local
320 << " of length " << byte_end - byte_start << " bytes\n"; in Dump()
321 cur_header = reinterpret_cast<AllocationHeader*>(byte_end); in Dump()