Searched refs:new_num_bytes_allocated (Results 1 – 2 of 2) sorted by relevance
83 size_t new_num_bytes_allocated = 0; in AllocObjectWithAllocator() local197 new_num_bytes_allocated = num_bytes_allocated_before + bytes_tl_bulk_allocated; in AllocObjectWithAllocator()205 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()207 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()212 if (IsGcConcurrent() && UNLIKELY(ShouldConcurrentGCForJava(new_num_bytes_allocated))) { in AllocObjectWithAllocator()478 inline bool Heap::ShouldConcurrentGCForJava(size_t new_num_bytes_allocated) { in ShouldConcurrentGCForJava() argument482 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
1092 ALWAYS_INLINE bool ShouldConcurrentGCForJava(size_t new_num_bytes_allocated);