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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java403 * members of class `origin'? It is assumed that _other is a member
411 public boolean overrides(Symbol _other, TypeSymbol origin, Types types, boolean checkResult) { argument
1115 public boolean binaryOverrides(Symbol _other, TypeSymbol origin, Types types) { argument
1116 if (isConstructor() || _other.kind != MTH) return false;
1118 if (this == _other) return true;
1119 MethodSymbol other = (MethodSymbol)_other;
1154 * members of class `origin'? It is assumed that _other is a member
1162 public boolean overrides(Symbol _other, TypeSymbol origin, Types types, boolean checkResult) { argument
1163 if (isConstructor() || _other.kind != MTH) return false;
1165 if (this == _other) retur
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp53 NumberSeq _other; member in class:TraceGen0TimeData

Completed in 37 milliseconds