Home | History | Annotate | Download | only in gc

Lines Matching refs:Atomic

27 #include "atomic.h"
150 // Used so that we don't overflow the allocation time atomic integer.
1228 Atomic<size_t> num_bytes_allocated_;
1235 Atomic<size_t> new_native_bytes_allocated_;
1241 Atomic<size_t> old_native_bytes_allocated_;
1265 Atomic<size_t> num_bytes_freed_revoke_;
1385 Atomic<size_t> count_delayed_oom_;
1388 Atomic<size_t> count_requested_homogeneous_space_compaction_;
1391 Atomic<size_t> count_ignored_homogeneous_space_compaction_;
1394 Atomic<size_t> count_performed_homogeneous_space_compaction_;
1397 Atomic<bool> concurrent_gc_pending_;
1429 Atomic<bool> alloc_tracking_enabled_;
1435 Atomic<uint64_t> seen_backtrace_count_;
1436 Atomic<uint64_t> unique_backtrace_count_;
1448 Atomic<AllocationListener*> alloc_listener_;
1450 Atomic<GcPauseListener*> gc_pause_listener_;