Home | History | Annotate | Download | only in collector

Lines Matching refs:object_size

481   const size_t object_size = obj->SizeOf();
488 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
492 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
537 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
544 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
557 CopyAvoidingDirtyingPages(reinterpret_cast<void*>(forward_address), obj, object_size);