Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc361 old_native_bytes_allocated_(0), in Heap()
1333 << old_native_bytes_allocated_.load(std::memory_order_relaxed) << "\n"; in DumpGcPerformanceInfo()
2892 old_native_bytes_allocated_.store(GetNativeBytes()); in CollectGarbageInternal()
4194 size_t old_native_bytes = old_native_bytes_allocated_.load(std::memory_order_relaxed); in NativeMemoryOverTarget()
4198 old_native_bytes_allocated_.store(current_native_bytes, std::memory_order_relaxed); in NativeMemoryOverTarget()
Dheap.h1518 Atomic<size_t> old_native_bytes_allocated_; variable