Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc3929 static int AllocationSitesCount(Heap* heap) { in AllocationSitesCount() function
3972 int count = AllocationSitesCount(heap); in TEST()
3981 int new_count = AllocationSitesCount(heap); in TEST()
4027 int prev_fat_alloc_count = AllocationSitesCount(heap); in CheckNumberOfAllocations()
4032 int fat_alloc_sites = AllocationSitesCount(heap) - prev_fat_alloc_count; in CheckNumberOfAllocations()