Searched refs:methodRef (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DMethodDescriptor.java41 private Reference<Method> methodRef; field in class:MethodDescriptor
115 this.methodRef = getSoftReference(method);
119 return (this.methodRef != null)
120 ? this.methodRef.get()
178 methodRef = x.methodRef;
179 if (y.methodRef != null) {
180 methodRef = y.methodRef;
204 methodRef
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocationImpl.java34 private sun.jvm.hotspot.oops.Method methodRef; field in class:LocationImpl
54 sun.jvm.hotspot.oops.Method methodRef, long codeIndex) {
60 this.methodRef = methodRef;
101 method = declaringType.getMethodMirror(methodRef);
53 LocationImpl(VirtualMachine vm, ReferenceType declaringType, sun.jvm.hotspot.oops.Method methodRef, long codeIndex) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java35 private long methodRef; field in class:LocationImpl
55 long methodRef, long codeIndex) {
61 this.methodRef = methodRef;
103 method = declaringType.getMethodMirror(methodRef);
54 LocationImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, long methodRef, long codeIndex) argument
H A DPacketStream.java561 long methodRef = readMethodRef();
566 return new LocationImpl(vm, refType, methodRef, codeIndex);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java1087 public int getOverloadingIndex(MemberEntry methodRef) { argument
1088 Index ix = getMemberIndex(methodRef.tag, methodRef.classRef);
1089 Utf8Entry nameRef = methodRef.descRef.nameRef;
1093 if (e.equals(methodRef))

Completed in 38 milliseconds