Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dheap-tester.h110 static AllocationResult AllocateByteArrayForTest(Heap* heap, int length,
H A Dtest-invalidated-slots.cc34 CHECK(AllocateByteArrayForTest(heap, kLength, AllocationType::kOld) in AllocateByteArraysOnPage()
40 CHECK(AllocateByteArrayForTest(heap, kLength, AllocationType::kOld) in AllocateByteArraysOnPage()
H A Dtest-heap.cc5437 AllocationResult HeapTester::AllocateByteArrayForTest( in AllocateByteArrayForTest() function in v8::internal::heap::HeapTester
5491 AllocateByteArrayForTest(heap, M, AllocationType::kOld).To(&byte_array)) { in HEAP_TEST()
5519 while (AllocateByteArrayForTest(heap, M, AllocationType::kYoung) in HEAP_TEST()