Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap-inl.h162 return CopyConstantPoolArrayWithMap(src, src->map()); in CopyConstantPoolArray()
Dheap.h1762 CopyConstantPoolArrayWithMap(ConstantPoolArray* src, Map* map);
Dheap.cc4009 AllocationResult Heap::CopyConstantPoolArrayWithMap(ConstantPoolArray* src, in CopyConstantPoolArrayWithMap() function in v8::internal::Heap