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

  /external/v8/src/
heap.cc     [all...]
factory.cc 99 CALL_HEAP_FUNCTION(Heap::AllocateRawTwoByteString(length, pretenure), String);
    [all...]
heap.h 403 static Object* AllocateRawTwoByteString(
    [all...]
runtime.cc     [all...]
objects.cc 657 object = Heap::AllocateRawTwoByteString(len, tenure);
    [all...]

Completed in 6802 milliseconds