Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc264 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo()
304 DCHECK_NE(prev_free_, 0U); in GetPrevFreeInfo()
305 return this - prev_free_; in GetPrevFreeInfo()
313 return prev_free_; in GetPrevFree()
322 prev_free_ = bytes / FreeListSpace::kAlignment; in SetPrevFreeBytes()
332 uint32_t prev_free_; member in art::gc::space::AllocationInfo