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.h72 size_t new_num_bytes_allocated = 0; in AllocObjectWithAllocator() local
158 new_num_bytes_allocated = static_cast<size_t>( in AllocObjectWithAllocator()
202 CheckConcurrentGC(self, new_num_bytes_allocated, &obj); in AllocObjectWithAllocator()
427 size_t new_num_bytes_allocated, in CheckConcurrentGC() argument
429 if (UNLIKELY(new_num_bytes_allocated >= concurrent_start_bytes_)) { in CheckConcurrentGC()
Dheap.h835 size_t new_num_bytes_allocated,