Home | History | Annotate | Download | only in src

Lines Matching refs:SkipObject

6267   virtual bool SkipObject(HeapObject* object) = 0;
6281 bool SkipObject(HeapObject* object) {
6379 while (obj != NULL && filter_->SkipObject(obj)) obj = NextObject();