Home
last modified time | relevance | path

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

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