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.h79 size_t new_num_bytes_allocated = 0; in AllocObjectWithAllocator() local
156 new_num_bytes_allocated = static_cast<size_t>( in AllocObjectWithAllocator()
206 CheckConcurrentGC(self, new_num_bytes_allocated, &obj); in AllocObjectWithAllocator()
407 size_t new_num_bytes_allocated, in CheckConcurrentGC() argument
409 if (UNLIKELY(new_num_bytes_allocated >= concurrent_start_bytes_)) { in CheckConcurrentGC()
Dheap.h880 size_t new_num_bytes_allocated,