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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java31 static final int JVM_ACC_STATIC = 0x0008; /* instance variable is static */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java90 public static final long JVM_ACC_STATIC = 0x0008; /* instance variable is static */ field in interface:ClassConstants
177 JVM_ACC_STATIC |
187 JVM_ACC_STATIC |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1010 #define JVM_ACC_STATIC 0x0008 /* instance variable is static */ macro
1185 JVM_ACC_STATIC | \
1195 JVM_ACC_STATIC | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h43 JVM_ACC_STATIC = 0x0008, enumerator in enum:__anon545

Completed in 666 milliseconds