Searched refs:current_native_bytes (Results 1 – 2 of 2) sorted by relevance
4018 inline float Heap::NativeMemoryOverTarget(size_t current_native_bytes, bool is_gc_concurrent) { in NativeMemoryOverTarget() argument4024 if (old_native_bytes > current_native_bytes) { in NativeMemoryOverTarget()4027 old_native_bytes_allocated_.store(current_native_bytes, std::memory_order_relaxed); in NativeMemoryOverTarget()4030 size_t new_native_bytes = UnsignedDifference(current_native_bytes, old_native_bytes); in NativeMemoryOverTarget()4047 size_t current_native_bytes = GetNativeBytes(); in CheckGCForNative() local4048 float gc_urgency = NativeMemoryOverTarget(current_native_bytes, is_gc_concurrent); in CheckGCForNative()4053 && current_native_bytes > kHugeNativeAllocs) { in CheckGCForNative()
968 float NativeMemoryOverTarget(size_t current_native_bytes, bool is_gc_concurrent);