Home
last modified time | relevance | path

Searched refs:ShouldAddReference (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dmod_union_table-inl.h36 bool ShouldAddReference(const mirror::Object* ref) const override ALWAYS_INLINE { in ShouldAddReference() function
Dmod_union_table.cc203 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) { in operator ()()
218 if (mod_union_table_->ShouldAddReference(root->AsMirrorPtr())) { in VisitRoot()
277 mod_union_table_->ShouldAddReference(ref) && in operator ()()
304 DCHECK(!mod_union_table_->ShouldAddReference(root->AsMirrorPtr())); in VisitRoot()
Dmod_union_table.h146 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;
Dmod_union_table_test.cc126 bool ShouldAddReference(const mirror::Object* ref) const override { in ShouldAddReference() function in art::gc::accounting::ModUnionTableRefCacheToSpace