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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp414 PeepConstraint *_constraint; // List of additional constraints member in class:Peephole
435 PeepConstraint *constraints() { return _constraint; }
H A Ddfa.cpp54 const char *_constraint; member in class:Production
79 const char *_constraint; member in class:ProductionState
920 _constraint = constraint;
926 _constraint = NULL;
934 printf("%s", (_constraint == NULL ? "NULL" : _constraint ) );
943 _constraint = noConstraint;
961 p = new Production(result, _constraint, knownInvalid);
969 _constraint = constraint;
980 if( _constraint
[all...]
H A Dformssel.hpp573 Constraint *_constraint; // Constraint Rule for this operand member in class:InstructForm::OperandForm

Completed in 70 milliseconds