Searched refs:ShouldAddReference (Results 1 – 3 of 3) sorted by relevance
35 bool ShouldAddReference(const mirror::Object* ref) const OVERRIDE ALWAYS_INLINE { in ShouldAddReference() function
120 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;
133 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref)) { in operator ()()176 if (ref != nullptr && mod_union_table_->ShouldAddReference(ref) && in operator ()()