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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java40 private static final int JVM_CONSTANT_Methodref = 10; field in class:ConstantTag
76 public boolean isMethod() { return tag == JVM_CONSTANT_Methodref; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java40 public static final int JVM_CONSTANT_Methodref = 10; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1056 JVM_CONSTANT_Methodref, enumerator in enum:__anon372
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h85 JVM_CONSTANT_Methodref = 10, enumerator in enum:__anon547

Completed in 51 milliseconds