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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp163 GrowableArray<DIR_Chunk*>* _shared_chunks; member in class:DebugInformationRecorder
H A DdebugInfoRec.cpp116 _shared_chunks = new GrowableArray<DIR_Chunk*>(30);
251 DIR_Chunk* ms = ns->find_match(_shared_chunks, 0, this);
267 // but searching in _shared_chunks is unlimited.
268 _shared_chunks->append(ms);

Completed in 30 milliseconds