Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.cc1941 HeapObject raw_clone = in CopyJSObjectWithAllocationSite() local
1945 DCHECK(Heap::InYoungGeneration(raw_clone) || FLAG_single_generation); in CopyJSObjectWithAllocationSite()
1947 Heap::CopyBlock(raw_clone.address(), source->address(), object_size); in CopyJSObjectWithAllocationSite()
1948 Handle<JSObject> clone(JSObject::cast(raw_clone), isolate()); in CopyJSObjectWithAllocationSite()
1953 const ObjectSlot start(raw_clone.address()); in CopyJSObjectWithAllocationSite()
1954 const ObjectSlot end(raw_clone.address() + object_size); in CopyJSObjectWithAllocationSite()
1955 isolate()->heap()->WriteBarrierForRange(raw_clone, start, end); in CopyJSObjectWithAllocationSite()
1959 Object(raw_clone.ptr() + object_size)); in CopyJSObjectWithAllocationSite()