HomeSort by relevance Sort by last modified time
    Searched refs:AllocateByteArray (Results 1 - 8 of 8) 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/chromium_org/v8/test/cctest/
test-alloc.cc 44 CHECK(!heap->AllocateByteArray(100)->IsFailure());
  /external/v8/src/
heap.h     [all...]
heap.cc     [all...]
factory.cc 412 isolate()->heap()->AllocateByteArray(length, pretenure),
    [all...]
  /external/chromium_org/v8/src/
factory.cc 531 isolate()->heap()->AllocateByteArray(length, pretenure),
    [all...]
heap.cc     [all...]
heap.h     [all...]

Completed in 61 milliseconds