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

  /external/v8/test/cctest/heap/
test-alloc.cc 44 heap->AllocateFixedArray(100, NOT_TENURED).ToObjectChecked();
48 heap->AllocateFixedArray(100).ToObjectChecked();
60 heap->AllocateFixedArray(10000, TENURED).ToObjectChecked();
68 heap->AllocateFixedArray(
71 heap->AllocateFixedArray(
81 heap->AllocateFixedArray(100, TENURED).ToObjectChecked();
test-mark-compact.cc 91 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
117 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
149 allocation = heap->AllocateFixedArray(arraysize);
152 heap->AllocateFixedArray(arraysize).ToObjectChecked();
259 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
261 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
263 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
278 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
280 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
282 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked())
    [all...]
test-heap.cc     [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/
factory.cc 129 isolate()->heap()->AllocateFixedArray(size, pretenure),
    [all...]

Completed in 79 milliseconds