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

/art/runtime/gc/space/
H A Dlarge_object_space.cc386 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info)); local
387 uint8_t* byte_end = byte_start + alloc_size;
388 callback(byte_start, byte_end, alloc_size, arg);

Completed in 41 milliseconds