Searched refs:maxField (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode_Array.java44 maxField = new CIntField(type.getCIntegerField("_max"), 0);
49 private static CIntField maxField; field in class:Node_Array
58 return (int) maxField.getValue(getAddress());
H A DNode.java48 maxField = new CIntField(type.getCIntegerField("_max"), 0);
61 private static CIntField maxField; field in class:Node
102 return (int)maxField.getValue(this.getAddress());

Completed in 138 milliseconds