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

/external/v8/src/
H A Dheap.cc1598 obj = AllocateRawAsciiString(0, TENURED);
1894 Object* result = Heap::AllocateRawAsciiString(2);
1948 Object* result = AllocateRawAsciiString(length);
2018 ? AllocateRawAsciiString(length)
2641 Object* result = AllocateRawAsciiString(string.length(), pretenure);
2693 result = AllocateRawAsciiString(string.length(), pretenure);
2783 Object* Heap::AllocateRawAsciiString(int length, PretenureFlag pretenure) { function in class:v8::internal::Heap

Completed in 24 milliseconds