Lines Matching refs:DIR_Chunk
31 // There is one DIR_Chunk for each scope and values array.
35 class DIR_Chunk {
42 assert(ignore == sizeof(DIR_Chunk), "");
45 dir->_next_chunk = NEW_RESOURCE_ARRAY(DIR_Chunk, CHUNK);
51 DIR_Chunk(int offset, int length, DebugInformationRecorder* dir) {
64 DIR_Chunk* find_match(GrowableArray<DIR_Chunk*>* arr,
71 DIR_Chunk* that = arr->at(i);
115 _all_chunks = new GrowableArray<DIR_Chunk*>(300);
116 _shared_chunks = new GrowableArray<DIR_Chunk*>(30);
248 DIR_Chunk* ns = new(this) DIR_Chunk(stream_offset, stream_length, this);
251 DIR_Chunk* ms = ns->find_match(_shared_chunks, 0, this);