Home | History | Annotate | Download | only in heap

Lines Matching refs:current_address

4609     Address current_address = reinterpret_cast<Address>(current);
4612 Address current_address = reinterpret_cast<Address>(current);
4614 FreeSpace::cast(HeapObject::FromAddress(current_address));
4616 DCHECK(current_address + skip <= reinterpret_cast<Address>(limit));
4618 current_address += skip - kPointerSize;
4619 current = reinterpret_cast<Object**>(current_address);
4624 if (current_address == special_garbage_start &&
4626 current_address = special_garbage_end - kPointerSize;
4627 current = reinterpret_cast<Object**>(current_address);
4631 DCHECK(current_address < special_garbage_start ||
4632 current_address >= special_garbage_end);