Home | History | Annotate | Download | only in src

Lines Matching defs:current_address

5335     Address current_address = reinterpret_cast<Address>(current);
5338 Address current_address = reinterpret_cast<Address>(current);
5340 FreeSpace::cast(HeapObject::FromAddress(current_address));
5342 ASSERT(current_address + skip <= reinterpret_cast<Address>(limit));
5344 current_address += skip - kPointerSize;
5345 current = reinterpret_cast<Object**>(current_address);
5350 if (current_address == special_garbage_start &&
5352 current_address = special_garbage_end - kPointerSize;
5353 current = reinterpret_cast<Object**>(current_address);
5357 ASSERT(current_address < special_garbage_start ||
5358 current_address >= special_garbage_end);