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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp43 if (dir->_next_chunk >= dir->_next_chunk_limit) {
45 dir->_next_chunk = NEW_RESOURCE_ARRAY(DIR_Chunk, CHUNK);
46 dir->_next_chunk_limit = dir->_next_chunk + CHUNK;
48 return dir->_next_chunk++;
117 _next_chunk = _next_chunk_limit = NULL;
254 assert(ns+1 == _next_chunk, "");
255 _next_chunk = ns;
269 assert(ns+1 == _next_chunk, "");
270 _next_chunk = ns;
H A DdebugInfoRec.hpp164 DIR_Chunk* _next_chunk; member in class:DebugInformationRecorder

Completed in 31 milliseconds