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

/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java44 private boolean constrained; field in class:PropertyDescriptor
380 * @return True if this is a constrained property.
383 return constrained;
390 * @param constrained True if this is a constrained property.
392 public void setConstrained(boolean constrained) { argument
393 this.constrained = constrained;
495 bound == other.isBound() && constrained == other.isConstrained() &&
611 constrained
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp2128 Node* constrained = local
2131 _igvn.register_new_node_with_optimizer(constrained);
2132 _phase->set_ctrl(constrained, pre_ctrl);
2134 pre_opaq->set_req(1, constrained);

Completed in 39 milliseconds