Searched refs:MarkObjectWithoutPush (Results 1 – 3 of 3) sorted by relevance
65 bool MarkCompactCollector::MarkObjectWithoutPush(HeapObject* object) { in MarkObjectWithoutPush() function74 if (!MarkObjectWithoutPush(object)) marking_deque_.PushBlack(object); in MarkObjectAndPush()
635 INLINE(bool MarkObjectWithoutPush(HeapObject* object));
1907 } else if (!MarkObjectWithoutPush(value)) { in MarkDescriptorArray()1916 if (value->IsFixedArray()) MarkObjectWithoutPush(value); in MarkDescriptorArray()