Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table-inl.h35 bool ShouldAddReference(const mirror::Object* ref) const OVERRIDE ALWAYS_INLINE { in ShouldAddReference() function
Dmod_union_table.h120 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;
Dmod_union_table.cc133 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) { in operator ()()
176 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref) && in operator ()()