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

/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotConstantPool.java112 Fieldref(config().jvmConstantFieldref), enum constant in enum:HotSpotConstantPool.JVM_CONSTANT
476 * Asserts that the constant pool tag at index {@code index} is a {@link JVM_CONSTANT#Fieldref},
484 assert tagAt == JVM_CONSTANT.Fieldref || tagAt == JVM_CONSTANT.MethodRef || tagAt == JVM_CONSTANT.InterfaceMethodref : tagAt;
682 case Fieldref:

Completed in 90 milliseconds