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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp466 int exc_count = str.count(); local
467 _exc_handlers = new GrowableArray<ciExceptionHandler*>(exc_count);
468 _exceptions = new GrowableArray<SharkTopLevelBlock*>(exc_count);
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1795 int exc_count = str.count(); local
1796 _exceptions = new (arena) GrowableArray<Block*>(arena, exc_count, 0, NULL);
1797 _exc_klasses = new (arena) GrowableArray<ciInstanceKlass*>(arena, exc_count,

Completed in 113 milliseconds