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

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

Completed in 95 milliseconds