Searched refs:prev_free_ (Results 1 – 1 of 1) sorted by relevance
269 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo()310 DCHECK_NE(prev_free_, 0U); in GetPrevFreeInfo()311 return this - prev_free_; in GetPrevFreeInfo()320 return prev_free_; in GetPrevFree()329 prev_free_ = bytes / LargeObjectSpace::ObjectAlignment(); in SetPrevFreeBytes()339 uint32_t prev_free_; member in art::gc::space::AllocationInfo