Searched refs:dst_slot (Results 1 – 2 of 2) sorted by relevance
397 Object** dst_slot = reinterpret_cast<Object**>(dst); in MoveBlock() local401 *dst_slot++ = *src_slot++; in MoveBlock()
2647 Address dst_slot = dst; in MigrateObject() local2653 Memory::Object_at(dst_slot) = value; in MigrateObject()2656 heap_->store_buffer()->Mark(dst_slot); in MigrateObject()2660 reinterpret_cast<Object**>(dst_slot), in MigrateObject()2665 dst_slot += kPointerSize; in MigrateObject()