Searched defs:methodIntf (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DClassTypeImpl.java177 public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, argument
188 Method methodIntf,
187 newInstance(ThreadReference threadIntf, Method methodIntf, List arguments, int options) argument
H A DObjectReferenceImpl.java134 public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DClassTypeImpl.java206 public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, argument
213 validateMirror(methodIntf);
216 MethodImpl method = (MethodImpl)methodIntf;
253 Method methodIntf,
261 validateMirror(methodIntf);
264 MethodImpl method = (MethodImpl)methodIntf;
252 newInstance(ThreadReference threadIntf, Method methodIntf, List<? extends Value> origArguments, int options) argument
H A DObjectReferenceImpl.java359 public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, argument
366 validateMirror(methodIntf);
369 MethodImpl method = (MethodImpl)methodIntf;

Completed in 26 milliseconds