Lines Matching refs:CountDrops
826 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
830 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
834 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
864 .downcast_ref::<CountDrops>() in gc_ops()
872 .downcast_ref::<CountDrops>() in gc_ops()
880 .downcast_ref::<CountDrops>() in gc_ops()
902 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
906 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
910 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
970 CountDrops::new(&expected_drops, num_dropped.clone()), in gc_ops()
985 if err.is::<GcHeapOutOfMemory<CountDrops>>() || err.is::<GcHeapOutOfMemory<()>>() { in gc_ops()
1005 struct CountDrops(Arc<AtomicUsize>); in gc_ops() struct
1007 impl CountDrops { in gc_ops() impl
1018 impl Drop for CountDrops { in gc_ops() implementation