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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp379 TreeList<Chunk> *curTL, *prevTL; local
387 for (prevTL = curTL = root(); curTL != NULL;) {
391 prevTL = curTL;
404 for (curTL = prevTL; curTL != NULL;) {
709 TreeList<Chunk> *curTL, *prevTL; local
721 for (prevTL = curTL = root(); curTL != NULL;) {
724 prevTL = curTL;
745 if (prevTL == NULL) { // we are the only tree node
748 } else { // insert under prevTL ...
749 if (prevTL
[all...]

Completed in 32 milliseconds