HomeSort by relevance Sort by last modified time
    Searched refs:AllocateRawAsciiString (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/
test-alloc.cc 72 CHECK(!Heap::AllocateRawAsciiString(100, TENURED)->IsFailure());
test-serialize.cc 613 Object* obj = Heap::AllocateRawAsciiString(kSmallStringLength, TENURED);
  /external/v8/src/
heap.cc     [all...]
heap.h 400 static Object* AllocateRawAsciiString(
    [all...]
runtime.cc     [all...]
objects.cc 644 object = Heap::AllocateRawAsciiString(len, tenure);
    [all...]

Completed in 23 milliseconds