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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DfreeChunk.hpp114 link_next(ptr);
117 void link_next(FreeChunk* ptr) { _next = ptr; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 28 milliseconds