Home | History | Annotate | Download | only in src

Lines Matching defs:current_address

6247     Address current_address = reinterpret_cast<Address>(current);
6250 Address current_address = reinterpret_cast<Address>(current);
6252 FreeSpace::cast(HeapObject::FromAddress(current_address));
6254 ASSERT(current_address + skip <= reinterpret_cast<Address>(limit));
6256 current_address += skip - kPointerSize;
6257 current = reinterpret_cast<Object**>(current_address);
6262 if (current_address == special_garbage_start &&
6264 current_address = special_garbage_end - kPointerSize;
6265 current = reinterpret_cast<Object**>(current_address);
6269 ASSERT(current_address < special_garbage_start ||
6270 current_address >= special_garbage_end);