Searched refs:alloc_record_count_ (Results 1 – 2 of 2) sorted by relevance
320 size_t Dbg::alloc_record_count_ = 0; member in art::Dbg4393 DCHECK_EQ(alloc_record_count_, 0U); in SetAllocTrackingEnabled()4409 alloc_record_count_ = 0; in SetAllocTrackingEnabled()4474 if (alloc_record_count_ < alloc_record_max_) { in RecordAllocation()4475 ++alloc_record_count_; in RecordAllocation()4488 return (Dbg::alloc_record_head_ + 1 + Dbg::alloc_record_max_ - Dbg::alloc_record_count_) & in HeadIndex()4503 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_); in DumpRecentAllocations()4636 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_); in GetRecentAllocations()
663 static size_t alloc_record_count_ GUARDED_BY(Locks::alloc_tracker_lock_);