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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1503 Interval* list1_prev = NULL; local
1513 add_to_list(list1, &list1_prev, v);
1519 if (list1_prev != NULL) list1_prev->set_next(Interval::end());
1522 assert(list1_prev == NULL || list1_prev->next() == Interval::end(), "linear list ends not with sentinel");

Completed in 51 milliseconds