Searched refs:most_recent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1671 BasicObjectLock* most_recent = (BasicObjectLock*) istate->stack_base(); local
1673 while (most_recent != limit ) {
1674 if (most_recent->obj() == NULL) entry = most_recent;
1675 else if (most_recent->obj() == lockee) break;
1676 most_recent++;
1703 BasicObjectLock* most_recent = (BasicObjectLock*) istate->stack_base(); local
1704 while (most_recent != limit ) {
1705 if ((most_recent)->obj() == lockee) {
1706 BasicLock* lock = most_recent
[all...]

Completed in 28 milliseconds