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

/art/runtime/gc/space/
H A Dlarge_object_space.cc151 AllocationHeader* cur_header = reinterpret_cast<AllocationHeader*>(Begin()); local
152 while (reinterpret_cast<uintptr_t>(cur_header) < free_end_start) {
153 cur_header = cur_header->GetNextNonFree();
154 size_t alloc_size = cur_header->AllocationSize();
155 byte* byte_start = reinterpret_cast<byte*>(cur_header->GetObjectAddress());
159 cur_header = reinterpret_cast<AllocationHeader*>(byte_end);
307 AllocationHeader* cur_header = reinterpret_cast<AllocationHeader*>(Begin()); local
308 while (reinterpret_cast<uintptr_t>(cur_header) < free_end_start) {
309 byte* free_start = reinterpret_cast<byte*>(cur_header);
[all...]

Completed in 2448 milliseconds