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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp105 TreeList<Chunk>* retTL = this; local
139 retTL = nextTC->embedded_list();
146 curTC->set_list(retTL);
149 if (retTL->parent() != NULL) {
150 if (this == retTL->parent()->left()) {
151 retTL->parent()->set_left(retTL);
153 assert(this == retTL->parent()->right(), "Parent is incorrect");
154 retTL->parent()->set_right(retTL);
[all...]

Completed in 55 milliseconds