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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp283 Chunk* curFC = head(); local
284 while (curFC) {
286 guarantee(size() == curFC->size(), "Chunk is in wrong list.");
287 if (fc == curFC) {
290 curFC = curFC->next();
H A DbinaryTreeDictionary.cpp191 for (Chunk* curFC = retTL->head();
192 curFC != NULL; curFC = curFC->next()) {
193 assert(curFC != tc, "Chunk is still in list");
194 if (curFC == prevFC) {
197 if (curFC == nextTC) {
1295 for (Chunk* curFC = tl->head(); curFC != NULL; curFC
[all...]

Completed in 597 milliseconds