Searched refs:raw_clone (Results 1 – 1 of 1) sorted by relevance
1896 HeapObject* raw_clone = isolate()->heap()->AllocateRawWithRetryOrFail( in CopyJSObjectWithAllocationSite() local1899 SLOW_DCHECK(Heap::InNewSpace(raw_clone)); in CopyJSObjectWithAllocationSite()1902 Heap::CopyBlock(raw_clone->address(), source->address(), object_size); in CopyJSObjectWithAllocationSite()1903 Handle<JSObject> clone(JSObject::cast(raw_clone), isolate()); in CopyJSObjectWithAllocationSite()1907 reinterpret_cast<Address>(raw_clone) + object_size); in CopyJSObjectWithAllocationSite()