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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java39 private static final int JVM_CONSTANT_Fieldref = 9; field in class:ConstantTag
75 public boolean isField () { return tag == JVM_CONSTANT_Fieldref; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java39 public static final int JVM_CONSTANT_Fieldref = 9; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1055 JVM_CONSTANT_Fieldref, enumerator in enum:__anon372
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h84 JVM_CONSTANT_Fieldref = 9, enumerator in enum:__anon547

Completed in 40 milliseconds