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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp165 DIR_Chunk* _next_chunk_limit; member in class:DebugInformationRecorder
H A DdebugInfoRec.cpp43 if (dir->_next_chunk >= dir->_next_chunk_limit) {
46 dir->_next_chunk_limit = dir->_next_chunk + CHUNK;
117 _next_chunk = _next_chunk_limit = NULL;

Completed in 31 milliseconds