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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp115 _all_chunks = new GrowableArray<DIR_Chunk*>(300);
261 int start_index = _all_chunks->length() - MAX_RECENT;
263 ms = ns->find_match(_all_chunks, start_index, this);
266 // Searching in _all_chunks is limited to a window,
275 _all_chunks->append(ns);
H A DdebugInfoRec.hpp162 GrowableArray<DIR_Chunk*>* _all_chunks; member in class:DebugInformationRecorder

Completed in 36 milliseconds