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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.cpp162 _splice_point = _spoolTail; // save for splicing
189 assert(_splice_point != NULL && _splice_point->nextSpoolBlock == NULL,
191 // Extra check that _splice_point is connected to list
197 assert(blk != NULL && blk == _splice_point,
201 _splice_point->nextSpoolBlock = newSpool;
282 // In this lartter case, _splice_point points to the tail block of
297 _splice_point != NULL, "list consistency");
H A DpromotionInfo.hpp145 SpoolBlock* _splice_point; // when _spoolTail is null, holds list tail member in class:VALUE_OBJ_CLASS_SPEC

Completed in 30 milliseconds