Searched defs:CountingSystemWeakHolder (Results 1 – 1 of 1) sorted by relevance
39 struct CountingSystemWeakHolder : public SystemWeakHolder { struct40 CountingSystemWeakHolder() in CountingSystemWeakHolder() argument46 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_;[all …]