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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp73 //------------------------------ProductionState--------------------------------
76 class ProductionState { class
83 ProductionState(Arena *arena) : _production(cmpstr, hashstr, arena) { initialize(); }; function in class:ProductionState
84 ~ProductionState() { };
106 ProductionState( ) : _production(cmpstr, hashstr, Form::arena) { assert( false, "NotImplemented"); }; function in class:ProductionState
107 ProductionState( const ProductionState & ) : _production(cmpstr, hashstr, Form::arena) { assert( false, "NotImplemented"); }; // Deep-copy function in class:ProductionState
118 const char *arrayIdx, const Expr *cost, const char *rule, ProductionState &status) {
180 // Update ProductionState
213 Expr *ArchDesc::calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState
[all...]

Completed in 49 milliseconds