Searched refs:CopyConstantPoolArray (Results 1 – 5 of 5) sorted by relevance
330 Handle<ConstantPoolArray> CopyConstantPoolArray(
1006 Handle<ConstantPoolArray> Factory::CopyConstantPoolArray( in CopyConstantPoolArray() function in v8::internal::Factory1009 isolate()->heap()->CopyConstantPoolArray(*array), in CopyConstantPoolArray()
160 AllocationResult Heap::CopyConstantPoolArray(ConstantPoolArray* src) { in CopyConstantPoolArray() function
1748 MUST_USE_RESULT inline AllocationResult CopyConstantPoolArray(
3467 allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()3510 AllocationResult allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()