Home | History | Annotate | Download | only in collector

Lines Matching defs:object_size

514   const size_t object_size = obj->SizeOf();
521 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
525 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
571 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
579 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
592 CopyAvoidingDirtyingPages(reinterpret_cast<void*>(forward_address), obj, object_size);