Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2028 AllocateRawTwoByteString(int length, PretenureFlag pretenure);
Dheap.cc3785 AllocationResult Heap::AllocateRawTwoByteString(int length, in AllocateRawTwoByteString() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc554 isolate()->heap()->AllocateRawTwoByteString(length, pretenure), in NewRawTwoByteString()