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
186 new_num_bytes_allocated = num_bytes_allocated_before + bytes_tl_bulk_allocated; in AllocObjectWithAllocator()
194 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()
196 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
250 CheckConcurrentGCForJava(self, new_num_bytes_allocated, &obj); in AllocObjectWithAllocator()
459 inline bool Heap::ShouldConcurrentGCForJava(size_t new_num_bytes_allocated) { in ShouldConcurrentGCForJava() argument
463 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
467 size_t new_num_bytes_allocated, in CheckConcurrentGCForJava() argument
469 if (UNLIKELY(ShouldConcurrentGCForJava(new_num_bytes_allocated))) { in CheckConcurrentGCForJava()
Dheap.h994 ALWAYS_INLINE bool ShouldConcurrentGCForJava(size_t new_num_bytes_allocated);
997 size_t new_num_bytes_allocated,