Searched defs:DIR_Chunk (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp31 // There is one DIR_Chunk for each scope and values array.
35 class DIR_Chunk { class
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) { function in class:DIR_Chunk
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*>(3
[all...]

Completed in 30 milliseconds