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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp74 class DIR_Chunk; // private class, a nugget of collected information
148 friend class DIR_Chunk;
162 GrowableArray<DIR_Chunk*>* _all_chunks;
163 GrowableArray<DIR_Chunk*>* _shared_chunks;
164 DIR_Chunk* _next_chunk;
165 DIR_Chunk* _next_chunk_limit;
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 22 milliseconds