Searched refs:JVM_ACC_VOLATILE (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVMModifiers.java37 int VOLATILE = (int) JVM_ACC_VOLATILE; /* can cache in registers */
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java35 static final int JVM_ACC_VOLATILE = 0x0040; /* can not cache in registers */ field in interface:Constants
/openjdk7/hotspot/src/share/vm/ci/
H A DciFlags.hpp56 bool is_volatile () const { return (_flags & JVM_ACC_VOLATILE ) != 0; }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java94 public static final long JVM_ACC_VOLATILE = 0x0040; /* can not cache in registers */ field in interface:ClassConstants
179 JVM_ACC_VOLATILE |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DAccessFlags.java45 public boolean isVolatile () { return (flags & JVM_ACC_VOLATILE ) != 0; }
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp107 bool is_volatile () const { return (_flags & JVM_ACC_VOLATILE ) != 0; }
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h47 JVM_ACC_VOLATILE = 0x0040, enumerator in enum:__anon545
H A Djvm.h1042 JVM_ACC_VOLATILE | \
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1014 #define JVM_ACC_VOLATILE 0x0040 /* can not cache in registers */ macro
1187 JVM_ACC_VOLATILE | \
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4184 const bool is_volatile = (flags & JVM_ACC_VOLATILE) != 0;

Completed in 109 milliseconds