Searched defs:number_not_in_lol (Results 1 - 1 of 1) sorted by relevance

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

Completed in 57 milliseconds