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

  /external/v8/src/
incremental-marking-inl.h 41 if (Marking::IsWhite(value_bit)) {
incremental-marking.cc 89 ASSERT(Marking::IsWhite(Marking::MarkBitFrom(HeapObject::cast(value))));
141 if (Marking::IsWhite(value_bit)) {
242 } else if (Marking::IsWhite(mark_bit)) {
281 if (Marking::IsWhite(mark_bit)) {
601 (obj->IsFiller() && Marking::IsWhite(mark_bit)));
613 (obj->IsFiller() && Marking::IsWhite(mark_bit)));
819 if (Marking::IsWhite(map_mark_bit)) {
839 (obj->IsFiller() && Marking::IsWhite(obj_mark_bit)));
mark-compact.h 75 static inline bool IsWhite(MarkBit mark_bit) {
139 if (IsWhite(mark_bit)) return WHITE_OBJECT;
mark-compact.cc 339 ASSERT(Marking::IsWhite(mark_bit));
399 ASSERT(IsWhite(old_mark_bit));
406 ASSERT(IsWhite(old_mark_bit));
    [all...]

Completed in 57 milliseconds