Home
last modified time | relevance | path

Searched refs:MarkObjectWithoutPush (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dmark-compact-inl.h65 bool MarkCompactCollector::MarkObjectWithoutPush(HeapObject* object) { in MarkObjectWithoutPush() function
74 if (!MarkObjectWithoutPush(object)) marking_deque_.PushBlack(object); in MarkObjectAndPush()
Dmark-compact.h635 INLINE(bool MarkObjectWithoutPush(HeapObject* object));
Dmark-compact.cc1907 } else if (!MarkObjectWithoutPush(value)) { in MarkDescriptorArray()
1916 if (value->IsFixedArray()) MarkObjectWithoutPush(value); in MarkDescriptorArray()