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

  /external/v8/test/cctest/
test-alloc.cc 47 CHECK(!Heap::AllocateByteArray(0)->IsFailure());
55 CHECK(!Heap::AllocateByteArray(100)->IsFailure());
70 CHECK(!Heap::AllocateByteArray(0, TENURED)->IsFailure());
  /external/v8/src/
heap.h 417 static Object* AllocateByteArray(int length, PretenureFlag pretenure);
423 static Object* AllocateByteArray(int length);
    [all...]
factory.cc 211 CALL_HEAP_FUNCTION(Heap::AllocateByteArray(length, pretenure), ByteArray);
    [all...]
heap.cc     [all...]

Completed in 15 milliseconds