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

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

Completed in 744 milliseconds