HomeSort by relevance Sort by last modified time
    Searched refs:GreyToBlack (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
marking.h 282 V8_INLINE static bool GreyToBlack(MarkBit markbit) {
incremental-marking.cc 140 if (marking_state()->GreyToBlack(obj)) {
169 if (Marking::GreyToBlack<kAtomicity>(old_mark_bit)) {
736 if (!marking_state()->GreyToBlack(obj)) {
    [all...]
mark-compact.h 71 return WhiteToGrey(obj) && GreyToBlack(obj);
74 V8_INLINE bool GreyToBlack(HeapObject* obj) {
77 if (!Marking::GreyToBlack<access_mode>(markbit)) return false;
    [all...]
concurrent-marking.cc 93 return marking_state_.GreyToBlack(object);
mark-compact.cc     [all...]

Completed in 136 milliseconds