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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1504 Interval* list2_prev = NULL; local
1515 add_to_list(list2, &list2_prev, v);
1520 if (list2_prev != NULL) list2_prev->set_next(Interval::end());
1523 assert(list2_prev == NULL || list2_prev->next() == Interval::end(), "linear list ends not with sentinel");

Completed in 40 milliseconds