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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp78 Dict _production; // map result of production, char*, to information or NULL member in class:ProductionState
83 ProductionState(Arena *arena) : _production(cmpstr, hashstr, arena) { initialize(); };
106 ProductionState( ) : _production(cmpstr, hashstr, Form::arena) { assert( false, "NotImplemented"); };
107 ProductionState( const ProductionState & ) : _production(cmpstr, hashstr, Form::arena) { assert( false, "NotImplemented"); }; // Deep-copy
946 DictI iter( &_production );
959 Production *p = (Production *)_production[result];
962 _production.Insert(result, p);
1040 _production.print(print_key, print_production);

Completed in 34 milliseconds