Searched refs:ShouldAddReference (Results 1 – 4 of 4) sorted by relevance
36 bool ShouldAddReference(const mirror::Object* ref) const OVERRIDE ALWAYS_INLINE { in ShouldAddReference() function
195 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) { in operator ()()210 if (mod_union_table_->ShouldAddReference(root->AsMirrorPtr())) { in VisitRoot()269 mod_union_table_->ShouldAddReference(ref) && in operator ()()295 DCHECK(!mod_union_table_->ShouldAddReference(root->AsMirrorPtr())); in VisitRoot()
125 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;
124 bool ShouldAddReference(const mirror::Object* ref) const OVERRIDE { in ShouldAddReference() function in art::gc::accounting::ModUnionTableRefCacheToSpace