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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java31 private static final int JVM_CONSTANT_Utf8 = 1; field in class:ConstantTag
84 public boolean isUtf8() { return tag == JVM_CONSTANT_Utf8; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java31 public static final int JVM_CONSTANT_Utf8 = 1; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1047 JVM_CONSTANT_Utf8 = 1, enumerator in enum:__anon372
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h76 JVM_CONSTANT_Utf8 = 1, enumerator in enum:__anon547

Completed in 38 milliseconds