Home
last modified time | relevance | path

Searched refs:raw_clone (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dfactory.cc1896 HeapObject* raw_clone = isolate()->heap()->AllocateRawWithRetryOrFail( in CopyJSObjectWithAllocationSite() local
1899 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()