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

  /external/v8/src/heap/
mark-compact-inl.h 265 if (marking_state()->WhiteToGrey(object)) {
292 marking_state()->WhiteToGrey(object);
352 if (marking_state()->WhiteToGrey(obj)) {
361 if (marking_state()->WhiteToGrey(obj)) {
372 if (Heap::InNewSpace(obj) && non_atomic_marking_state_.WhiteToGrey(obj)) {
380 if (marking_state()->WhiteToGrey(obj)) {
incremental-marking.cc 127 if (marking_state()->WhiteToGrey(obj)) {
139 marking_state()->WhiteToGrey(obj);
168 Marking::WhiteToGrey<kAtomicity>(old_mark_bit);
201 bool success = Marking::WhiteToGrey<kAtomicity>(new_mark_bit);
    [all...]
incremental-marking.h 111 bool success = atomic_marking_state()->WhiteToGrey(to);
marking.h 272 V8_INLINE static bool WhiteToGrey(MarkBit markbit) {
mark-compact.h 66 V8_INLINE bool WhiteToGrey(HeapObject* obj) {
67 return Marking::WhiteToGrey<access_mode>(MarkBitFrom(obj));
71 return WhiteToGrey(obj) && GreyToBlack(obj);
    [all...]
concurrent-marking.cc 379 if (marking_state_.WhiteToGrey(value)) {
399 if (marking_state_.WhiteToGrey(object)) {
mark-compact.cc     [all...]

Completed in 250 milliseconds