Searched refs:AllocateFixedArray (Results 1 - 6 of 6) sorted by relevance
/external/v8/test/cctest/heap/ |
H A D | 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();
|
H A D | test-mark-compact.cc | 139 allocation = heap->AllocateFixedArray(arraysize); 142 heap->AllocateFixedArray(arraysize).ToObjectChecked(); 248 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked()); 250 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked()); 252 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked()); 267 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked()); 269 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked()); 271 global_handles->Create(heap->AllocateFixedArray(1).ToObjectChecked());
|
H A D | test-heap.cc | 1986 CcTest::heap()->AllocateFixedArray(8192, TENURED).ToObjectChecked(); 6522 while (heap->AllocateFixedArray(N, TENURED).To(&array)) { 6530 while (heap->AllocateFixedArray(N, TENURED).To(&array)) {
|
/external/v8/src/heap/ |
H A D | heap.h | 1863 AllocateFixedArray(int length, PretenureFlag pretenure = NOT_TENURED);
|
H A D | heap.cc | 3929 AllocationResult Heap::AllocateFixedArray(int length, PretenureFlag pretenure) { function in class:v8::internal::Heap
|
/external/v8/src/ |
H A D | factory.cc | 130 isolate()->heap()->AllocateFixedArray(size, pretenure),
|
Completed in 104 milliseconds