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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java44 private static final int JVM_CONSTANT_MethodType = 16; // JSR 292 field in class:ConstantTag
86 public boolean isMethodType() { return tag == JVM_CONSTANT_MethodType; }
124 case JVM_CONSTANT_MethodType :
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java44 public static final int JVM_CONSTANT_MethodType = 16; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1060 JVM_CONSTANT_MethodType = 16, // JSR 292 enumerator in enum:__anon372
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h89 JVM_CONSTANT_MethodType = 16, // JSR 292 enumerator in enum:__anon547

Completed in 44 milliseconds