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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1466 int num_found = 0; local
1469 num_found++;
1472 assert(num_found == 1, "lists do not contain same intervals");
1476 int num_found = 0; local
1479 num_found++;
1482 assert(num_found == 1, "lists do not contain same intervals");

Completed in 49 milliseconds