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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1083 WarmCallInfo* next_p = head; local
1084 while (next_p != NULL && next_p->warmer_than(this)) {
1085 prev_p = next_p;
1086 next_p = prev_p->next();
1088 // Install this between prev_p and next_p.
1089 this->set_next(next_p);
1099 WarmCallInfo* next_p = head; local
1100 while (next_p != this) {
1101 assert(next_p !
[all...]

Completed in 35 milliseconds