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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java45 static final int JVM_ACC_ENUM = 0x4000; /* field is declared as element of enum */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java104 public static final long JVM_ACC_ENUM = 0x4000; /* field is declared as element of enum */ field in interface:ClassConstants
170 JVM_ACC_ENUM |
181 JVM_ACC_ENUM |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1024 #define JVM_ACC_ENUM 0x4000 /* field is declared as element of enum */ macro
1179 JVM_ACC_ENUM | \
1189 JVM_ACC_ENUM | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h57 JVM_ACC_ENUM = 0x4000 enumerator in enum:__anon545

Completed in 46 milliseconds