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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp190 //------------------------------LRG_List---------------------------------------
193 class LRG_List : public ResourceObj { class in inherits:ResourceObj
199 LRG_List( uint max );
322 LRG_List _names; // Map from Nodes to Live RanGes
326 LRG_List _uf_map;
H A Dchaitin.cpp128 //------------------------------LRG_List---------------------------------------
129 LRG_List::LRG_List( uint max ) : _cnt(max), _max(max), _lidxs(NEW_RESOURCE_ARRAY(uint,max)) { function in class:LRG_List
133 void LRG_List::extend( uint nidx, uint lidx ) {

Completed in 112 milliseconds