Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h83 size_t new_num_bytes_allocated = 0; in AllocObjectWithAllocator() local
195 new_num_bytes_allocated = num_bytes_allocated_before + bytes_tl_bulk_allocated; in AllocObjectWithAllocator()
203 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()
205 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
212 && UNLIKELY(ShouldConcurrentGCForJava(new_num_bytes_allocated))) { in AllocObjectWithAllocator()
473 inline bool Heap::ShouldConcurrentGCForJava(size_t new_num_bytes_allocated) { in ShouldConcurrentGCForJava() argument
477 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
Dheap.h1029 ALWAYS_INLINE bool ShouldConcurrentGCForJava(size_t new_num_bytes_allocated);