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

  /external/v8/src/heap/
incremental-marking.h 115 bool success = atomic_marking_state()->WhiteToBlack(to);
marking.h 277 V8_INLINE static bool WhiteToBlack(MarkBit markbit) {
incremental-marking.cc 49 incremental_marking_.marking_state()->WhiteToBlack(object);
187 bool success = Marking::WhiteToBlack<kAtomicity>(new_mark_bit);
    [all...]
mark-compact-inl.h 250 if (marking_state()->WhiteToBlack(object)) {
mark-compact.h 70 V8_INLINE bool WhiteToBlack(HeapObject* obj) {
    [all...]
mark-compact.cc     [all...]
spaces.cc     [all...]

Completed in 420 milliseconds