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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java41 private static final int JVM_CONSTANT_InterfaceMethodref = 11; field in class:ConstantTag
77 public boolean isInterfaceMethod() { return tag == JVM_CONSTANT_InterfaceMethodref; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java41 public static final int JVM_CONSTANT_InterfaceMethodref = 11; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1057 JVM_CONSTANT_InterfaceMethodref, enumerator in enum:__anon372
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h86 JVM_CONSTANT_InterfaceMethodref = 11, enumerator in enum:__anon547

Completed in 93 milliseconds