AllocateRawAsciiString 229 src/factory.cc isolate()->heap()->AllocateRawAsciiString(length, pretenure),
AllocateRawAsciiString 2658 src/heap.cc { MaybeObject* maybe_obj = AllocateRawAsciiString(0, TENURED);
AllocateRawAsciiString 3133 src/heap.cc { MaybeObject* maybe_result = heap->AllocateRawAsciiString(2);
AllocateRawAsciiString 3206 src/heap.cc { MaybeObject* maybe_result = AllocateRawAsciiString(length);
AllocateRawAsciiString 3230 src/heap.cc { MaybeObject* maybe_result = AllocateRawAsciiString(length);
AllocateRawAsciiString 3303 src/heap.cc ? AllocateRawAsciiString(length, pretenure)
AllocateRawAsciiString 4348 src/heap.cc AllocateRawAsciiString(string.length(), pretenure);
AllocateRawAsciiString 4405 src/heap.cc maybe_result = AllocateRawAsciiString(string.length(), pretenure);
AllocateRawAsciiString 716 src/heap.h MUST_USE_RESULT MaybeObject* AllocateRawAsciiString(
AllocateRawAsciiString 869 src/objects.cc { MaybeObject* maybe_object = heap->AllocateRawAsciiString(len, tenure);
AllocateRawAsciiString 5551 src/runtime.cc maybe_object = isolate->heap()->AllocateRawAsciiString(length);
AllocateRawAsciiString 5645 src/runtime.cc isolate->heap()->AllocateRawAsciiString(escaped_length);
AllocateRawAsciiString 5753 src/runtime.cc isolate->heap()->AllocateRawAsciiString(unescaped_length) :
AllocateRawAsciiString 5852 src/runtime.cc return isolate->heap()->AllocateRawAsciiString(length);
AllocateRawAsciiString 6176 src/runtime.cc ? isolate->heap()->AllocateRawAsciiString(length)
AllocateRawAsciiString 6409 src/runtime.cc { MaybeObject* maybe_o = isolate->heap()->AllocateRawAsciiString(length);
AllocateRawAsciiString 6987 src/runtime.cc isolate->heap()->AllocateRawAsciiString(length);
AllocateRawAsciiString 7202 src/runtime.cc isolate->heap()->AllocateRawAsciiString(string_length);
AllocateRawAsciiString 79 test/cctest/test-alloc.cc CHECK(!heap->AllocateRawAsciiString(100, TENURED)->IsFailure());
AllocateRawAsciiString 633 test/cctest/test-serialize.cc Object* obj = HEAP->AllocateRawAsciiString(kSmallStringLength,