Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc3150 const int initial_page_count = old_space->CountTotalPages(); in TEST() local
3151 const int overall_page_count = number_of_test_pages + initial_page_count; in TEST()
3179 CHECK_GE(initial_page_count, old_space->CountTotalPages()); in TEST()