Home
last modified time | relevance | path

Searched refs:IsBlackOrGrey (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc74 CHECK(ObjectMarking::IsBlackOrGrey(object)); in VisitPointers()
104 if (ObjectMarking::IsBlackOrGrey(object) && in VerifyMarking()
160 if (ObjectMarking::IsBlackOrGrey(obj)) { in VerifyMarking()
1093 if (ObjectMarking::IsBlackOrGrey(object)) return true; in MarkRecursively()
1178 if (ObjectMarking::IsBlackOrGrey(obj)) continue; in INLINE()
1211 if (ObjectMarking::IsBlackOrGrey(data)) { in UpdateRegExpCodeAgeAndFlush()
1373 if (ObjectMarking::IsBlackOrGrey(object)) return; in MarkObjectByPointer()
2301 if (ObjectMarking::IsBlackOrGrey(heap_object)) { in CheckAndMarkObject()
2600 if (ObjectMarking::IsBlackOrGrey(parent) && in ClearSimpleMapTransitions()
2639 bool parent_is_alive = ObjectMarking::IsBlackOrGrey(parent); in ClearFullMapTransitions()
[all …]
Dobjects-visiting-inl.h336 if (ObjectMarking::IsBlackOrGrey(value)) { in VisitWeakCell()
525 if (ObjectMarking::IsBlackOrGrey(function->code())) { in IsFlushable()
548 if (ObjectMarking::IsBlackOrGrey(shared_info->code())) { in IsFlushable()
Dmark-compact-inl.h43 DCHECK(ObjectMarking::IsBlackOrGrey(object)); in RecordSlot()
Dmark-compact.h65 V8_INLINE static bool IsBlackOrGrey(HeapObject* obj) { in IsBlackOrGrey() function
66 return Marking::IsBlackOrGrey(MarkBitFrom(obj)); in IsBlackOrGrey()
Dmarking.h299 INLINE(static bool IsBlackOrGrey(MarkBit mark_bit)) { return mark_bit.Get(); } in INLINE()
Dincremental-marking.cc627 if (ObjectMarking::IsBlackOrGrey(value)) { in ProcessWeakCells()
Dheap.cc3208 Marking::IsBlackOrGrey(ObjectMarking::MarkBitFrom(object))) { in LeftTrimFixedArray()
3288 ObjectMarking::IsBlackOrGrey(filler)) { in RightTrimFixedArray()
4277 DCHECK(ObjectMarking::IsBlackOrGrey(obj)); in RegisterReservationsForBlackAllocation()
Dspaces.cc3250 bool is_marked = ObjectMarking::IsBlackOrGrey(object); in AllocateChunk()