Searched refs:ref_count_ (Results 1 – 4 of 4) sorted by relevance
26 ref_count_(new int(0)) {31 ref_count_(java_obj.ref_count_) {37 ref_count_(new int(0)) {49 ref_count_ = java_obj.ref_count_;55 if (ref_count_)56 ++(*ref_count_);62 if (ref_count_) {63 if (*ref_count_ > 0)64 --(*ref_count_);65 if (*ref_count_ == 0) {[all …]
82 int* ref_count_;
28 uint32_t CCHelper::ref_count_ = 0; member in android::CCHelper39 if (ref_count_ > 0) { in verifyClock_l()62 ref_count_++; in CCHelper()69 assert(ref_count_ > 0); in ~CCHelper()70 ref_count_--; in ~CCHelper()75 if (!ref_count_ && in ~CCHelper()
67 static uint32_t ref_count_; variable