Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc1975 intptr_t size_of_objects_1 = CcTest::heap()->SizeOfObjects(); in TEST() local
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()
1995 CHECK_GT(size_of_objects_1 / 20, 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()