Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dfactory.h330 Handle<ConstantPoolArray> CopyConstantPoolArray(
Dfactory.cc1006 Handle<ConstantPoolArray> Factory::CopyConstantPoolArray( in CopyConstantPoolArray() function in v8::internal::Factory
1009 isolate()->heap()->CopyConstantPoolArray(*array), in CopyConstantPoolArray()
/external/chromium_org/v8/src/heap/
Dheap-inl.h160 AllocationResult Heap::CopyConstantPoolArray(ConstantPoolArray* src) { in CopyConstantPoolArray() function
Dheap.h1748 MUST_USE_RESULT inline AllocationResult CopyConstantPoolArray(
Dheap.cc3467 allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()
3510 AllocationResult allocation = CopyConstantPoolArray(code->constant_pool()); in CopyCode()