Home
last modified time | relevance | path

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

/external/v8/src/
Dliveobjectlist.cc2511 int number_not_in_lol = 0; in Verify() local
2539 number_not_in_lol++; in Verify()
2571 OS::Print("number NOT in lol database ...... %d\n", number_not_in_lol); in Verify()
2582 if (!(number_not_in_lol == 0)) { in Verify()
2584 number_not_in_lol); in Verify()
2590 ASSERT(number_not_in_lol == (number_of_heap_objects - total_count)); in Verify()
2593 ASSERT(number_not_in_lol == 0); in Verify()