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

  /external/chromium_org/v8/test/cctest/
test-alloc.cc 46 heap->AllocateByteArray(100).ToObjectChecked();
60 heap->AllocateByteArray(100, TENURED).ToObjectChecked();
cctest.h 87 using i::Heap::AllocateByteArray;
  /external/chromium_org/v8/src/
heap.cc     [all...]
factory.cc 868 isolate()->heap()->AllocateByteArray(length, pretenure),
    [all...]
heap.h     [all...]

Completed in 57 milliseconds