Lines Matching defs:CountingSystemWeakHolder
39 struct CountingSystemWeakHolder : public SystemWeakHolder { struct
40 CountingSystemWeakHolder() in CountingSystemWeakHolder() argument
46 void Allow() OVERRIDE in Allow()
54 void Disallow() OVERRIDE in Disallow()
62 void Broadcast(bool broadcast_for_checkpoint) OVERRIDE in Broadcast()
72 void Sweep(IsMarkedVisitor* visitor) OVERRIDE in Sweep()
83 GcRoot<mirror::Object> Get() in Get()
93 void Set(GcRoot<mirror::Object> obj) in Set()
103 size_t allow_count_;
104 size_t disallow_count_;
105 size_t sweep_count_;