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.cc258 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo()
298 DCHECK_NE(prev_free_, 0U); in GetPrevFreeInfo()
299 return this - prev_free_; in GetPrevFreeInfo()
307 return prev_free_; in GetPrevFree()
316 prev_free_ = bytes / FreeListSpace::kAlignment; in SetPrevFreeBytes()
326 uint32_t prev_free_; member in art::gc::space::AllocationInfo