Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc1976 intptr_t size_of_objects_2 = 0; in TEST() local
1980 size_of_objects_2 += obj.Size(); in TEST()
1987 if (size_of_objects_1 > size_of_objects_2) { in TEST()
1988 intptr_t delta = size_of_objects_1 - size_of_objects_2; in TEST()
1994 size_of_objects_1, size_of_objects_2, delta); in TEST()
1997 intptr_t delta = size_of_objects_2 - size_of_objects_1; in TEST()
2003 size_of_objects_1, size_of_objects_2, delta); in TEST()
2004 CHECK_GT(size_of_objects_2 / 20, delta); in TEST()