Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc398 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info)); in Walk() local
399 uint8_t* byte_end = byte_start + alloc_size; in Walk()
400 callback(byte_start, byte_end, alloc_size, arg); in Walk()