Searched refs:MethodImpl (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocationImpl.java123 MethodImpl methodImpl = (MethodImpl)method();
158 MethodImpl methodImpl = (MethodImpl)method();
H A DMethodImpl.java37 public abstract class MethodImpl extends TypeComponentImpl implements Method { class in inherits:TypeComponentImpl,Method
50 static MethodImpl createMethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType,
60 MethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, method in class:MethodImpl
192 if ((obj != null) && (obj instanceof MethodImpl)) {
193 MethodImpl other = (MethodImpl)obj;
H A DLocalVariableImpl.java131 MethodImpl method = (MethodImpl)scopeStart.method();
H A DNonConcreteMethodImpl.java39 * Private to MethodImpl.
41 public class NonConcreteMethodImpl extends MethodImpl {
H A DStackFrameImpl.java116 MethodImpl currentMethod = (MethodImpl)location.method();
215 MethodImpl mmm = (MethodImpl)location.method();
H A DReferenceTypeImpl.java83 MethodImpl method = (MethodImpl)it.next();
99 MethodImpl method = (MethodImpl)it.next();
105 MethodImpl method = MethodImpl.createMethodImpl(vm, this, ref);
388 // Create a list of our MethodImpl types
392 methods.add(MethodImpl.createMethodImpl(vm, this, (sun.jvm.hotspot.oops.Method)saMethods.get(ii)));
786 MethodImpl method = (MethodImpl)ite
[all...]
H A DConcreteMethodImpl.java40 public class ConcreteMethodImpl extends MethodImpl {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java125 MethodImpl methodImpl = (MethodImpl)method();
161 MethodImpl methodImpl = (MethodImpl)method();
H A DMethodImpl.java35 public abstract class MethodImpl extends TypeComponentImpl class in inherits:TypeComponentImpl,Method
49 MethodImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, method in class:MethodImpl
58 static MethodImpl createMethodImpl(VirtualMachine vm,
80 if ((obj != null) && (obj instanceof MethodImpl)) {
81 MethodImpl other = (MethodImpl)obj;
241 return MethodImpl.this.findType(signature);
272 return MethodImpl.this.findType(signature);
H A DClassTypeImpl.java163 final MethodImpl method,
185 final MethodImpl method,
216 MethodImpl method = (MethodImpl)methodIntf;
264 MethodImpl method = (MethodImpl)methodIntf;
H A DLocalVariableImpl.java140 MethodImpl method = (MethodImpl)scopeStart.method();
H A DNonConcreteMethodImpl.java40 * Private to MethodImpl.
42 public class NonConcreteMethodImpl extends MethodImpl {
H A DStackFrameImpl.java120 MethodImpl currentMethod = (MethodImpl)location.method();
320 MethodImpl mmm = (MethodImpl)location.method();
H A DReferenceTypeImpl.java104 MethodImpl method = (MethodImpl)it.next();
471 Method method = MethodImpl.createMethodImpl(vm, this,
498 Method method = MethodImpl.createMethodImpl(vm, this,
851 MethodImpl method = (MethodImpl)iter.next();
892 MethodImpl method = (MethodImpl)iter.next();
H A DObjectReferenceImpl.java337 final MethodImpl method,
369 MethodImpl method = (MethodImpl)methodIntf;
H A DThreadReferenceImpl.java562 MethodImpl meth = (MethodImpl)sf.location().method();
H A DConcreteMethodImpl.java42 * Private to MethodImpl.
44 public class ConcreteMethodImpl extends MethodImpl {
H A DPacketStream.java192 writeMethodRef(((MethodImpl)location.method()).ref());
/openjdk7/jdk/make/jpda/back/
H A DMakefile73 MethodImpl.c \

Completed in 64 milliseconds