Home | History | Annotate | Download | only in heap

Lines Matching refs:Visit

1185   // Visit an unmarked object.
1202 // Visit all unmarked objects pointed to by [start, end).
1211 // Visit the unmarked objects.
1295 // Visit the fields of the RegExp, including the updated FixedArray.
1449 // Visit all HeapObject pointers in [start, end).
1634 virtual bool Visit(HeapObject* object) = 0;
1753 inline bool Visit(HeapObject* object) override {
1896 inline bool Visit(HeapObject* object) {
1923 inline bool Visit(HeapObject* object) override {
1940 inline bool Visit(HeapObject* object) {
2016 // There may be overflowed objects in the heap. Visit them now.
3499 if (!visitor->Visit(object)) {