Searched refs:MethodRef (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DMethodRef.java34 final class MethodRef { class
H A DMethodDescriptor.java43 private final MethodRef methodRef = new MethodRef();
H A DIndexedPropertyDescriptor.java48 private final MethodRef indexedReadMethodRef = new MethodRef();
49 private final MethodRef indexedWriteMethodRef = new MethodRef();
H A DPropertyDescriptor.java43 private final MethodRef readMethodRef = new MethodRef();
44 private final MethodRef writeMethodRef = new MethodRef();
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotConstantPool.java113 MethodRef(config().jvmConstantMethodref), enum constant in enum:HotSpotConstantPool.JVM_CONSTANT
477 * or a {@link JVM_CONSTANT#MethodRef}, or a {@link JVM_CONSTANT#InterfaceMethodref}.
484 assert tagAt == JVM_CONSTANT.Fieldref || tagAt == JVM_CONSTANT.MethodRef || tagAt == JVM_CONSTANT.InterfaceMethodref : tagAt;
681 case MethodRef:
697 if (tag == JVM_CONSTANT.MethodRef) {
700 assert checkTag(compilerToVM().constantPoolRemapInstructionOperandFromCache(this, methodRefCacheIndex), JVM_CONSTANT.MethodRef);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/classfile/
H A DClassfileConstant.java162 static class MethodRef extends ExecutableRef { class in class:ClassfileConstant
164 MethodRef(DataInputStream stream) throws IOException { method in class:ClassfileConstant.MethodRef
H A DClassfileConstantPool.java92 return new ClassfileConstant.MethodRef(stream);

Completed in 101 milliseconds