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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputEdge.java34 SAME, enum constant in enum:InputEdge.State
47 this.state = State.SAME;
/openjdk7/langtools/test/tools/javac/api/
H A DT6838467.java53 SAME { enum constant in enum:T6838467.CompareKind
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java232 static final int SAME = 0; field in class:LValue
236 * Return SAME, DIFFERENT or ASSIGNABLE.
237 * SAME means each arg type is the same as type of the corr. arg.
252 int result = SAME;
400 if (compare == SAME) {

Completed in 38 milliseconds