Home
last modified time | relevance | path

Searched refs:AllocateFixedArrayForTest (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-mark-compact.cc119 AllocationResult HeapTester::AllocateFixedArrayForTest( in AllocateFixedArrayForTest() function in v8::internal::heap::HeapTester
157 AllocateFixedArrayForTest(heap, arraysize, AllocationType::kYoung); in HEAP_TEST()
160 AllocateFixedArrayForTest(heap, arraysize, AllocationType::kYoung) in HEAP_TEST()
H A Dheap-tester.h116 static AllocationResult AllocateFixedArrayForTest(Heap* heap, int length,
H A Dtest-heap.cc5555 AllocateFixedArrayForTest(heap, N, AllocationType::kOld).To(&array)) { in HEAP_TEST()
5566 AllocateFixedArrayForTest(heap, N, AllocationType::kOld).To(&array)) { in HEAP_TEST()