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

/external/v8/src/
H A Dd8.cc1486 int stress_runs = Testing::GetStressRuns(); local
1487 for (int i = 0; i < stress_runs && result == 0; i++) {
1488 printf("============ Stress %d/%d ============\n", i + 1, stress_runs);
1490 options.last_run = (i == stress_runs - 1);
1497 int stress_runs = i::FLAG_stress_runs; local
1498 for (int i = 0; i < stress_runs && result == 0; i++) {
1499 printf("============ Run %d/%d ============\n", i + 1, stress_runs);
1500 options.last_run = (i == stress_runs - 1);

Completed in 48 milliseconds