Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc3940 static int SlimAllocationSiteCount(Heap* heap) { in SlimAllocationSiteCount() function
4028 int prev_slim_alloc_count = SlimAllocationSiteCount(heap); in CheckNumberOfAllocations()
4033 int slim_alloc_sites = SlimAllocationSiteCount(heap) - prev_slim_alloc_count; in CheckNumberOfAllocations()