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());
71 CHECK(!heap->AllocateByteArray(0, TENURED)->IsFailure());
  /external/v8/src/
heap.h     [all...]
heap.cc     [all...]
factory.cc 412 isolate()->heap()->AllocateByteArray(length, pretenure),
    [all...]

Completed in 759 milliseconds