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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java29 static final int JVM_ACC_PRIVATE = 0x0002; /* visible only to the defining class */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java88 public static final long JVM_ACC_PRIVATE = 0x0002; /* visible only to the defining class */ field in interface:ClassConstants
175 JVM_ACC_PRIVATE |
185 JVM_ACC_PRIVATE |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1008 #define JVM_ACC_PRIVATE 0x0002 /* visible only to the defining class */ macro
1183 JVM_ACC_PRIVATE | \
1193 JVM_ACC_PRIVATE | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h41 JVM_ACC_PRIVATE = 0x0002, enumerator in enum:__anon545

Completed in 40 milliseconds