Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3907 size_t old_native_bytes = old_native_bytes_allocated_.load(std::memory_order_relaxed); in NativeMemoryOverTarget() local
3908 if (old_native_bytes > current_native_bytes) { in NativeMemoryOverTarget()
3914 size_t new_native_bytes = UnsignedDifference(current_native_bytes, old_native_bytes); in NativeMemoryOverTarget()
3916 + old_native_bytes / kOldNativeDiscountFactor; in NativeMemoryOverTarget()