Home | History | Annotate | Download | only in src

Lines Matching refs:SkipObject

7159   virtual bool SkipObject(HeapObject* object) = 0;
7173 bool SkipObject(HeapObject* object) {
7274 while (obj != NULL && filter_->SkipObject(obj)) obj = NextObject();