Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc292 old_native_bytes_allocated_(0), in Heap()
1206 << old_native_bytes_allocated_.load(std::memory_order_relaxed) << "\n"; in DumpGcPerformanceInfo()
2689 old_native_bytes_allocated_.store(GetNativeBytes()); in CollectGarbageInternal()
3907 size_t old_native_bytes = old_native_bytes_allocated_.load(std::memory_order_relaxed); in NativeMemoryOverTarget()
3911 old_native_bytes_allocated_.store(current_native_bytes, std::memory_order_relaxed); in NativeMemoryOverTarget()
Dheap.h1396 Atomic<size_t> old_native_bytes_allocated_; variable