Searched defs:AllocateRawTwoByteString (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dheap.cc2988 { MaybeObject* maybe_result = heap->AllocateRawTwoByteString(2);
3088 { MaybeObject* maybe_result = AllocateRawTwoByteString(length);
3150 : AllocateRawTwoByteString(length, pretenure);
3280 { MaybeObject* maybe_result = AllocateRawTwoByteString(1);
4209 { MaybeObject* maybe_result = AllocateRawTwoByteString(chars, pretenure);
4237 maybe_result = AllocateRawTwoByteString(string.length(), pretenure);
4378 MaybeObject* Heap::AllocateRawTwoByteString(int length, function in class:v8::internal::Heap

Completed in 89 milliseconds