Searched refs:JVM_ACC_IS_CLONEABLE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp62 JVM_ACC_IS_CLONEABLE = (int)0x80000000,// True if klass supports the Clonable interface enumerator in enum:__anon486
138 bool is_cloneable () const { return (_flags & JVM_ACC_IS_CLONEABLE ) != 0; }
199 void set_is_cloneable() { atomic_set_bits(JVM_ACC_IS_CLONEABLE); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java141 public static final long JVM_ACC_IS_CLONEABLE = 0x80000000; field in interface:ClassConstants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DAccessFlags.java76 public boolean isCloneable () { return (flags & JVM_ACC_IS_CLONEABLE ) != 0; }
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3088 // Use this for JVM_ACC_INTERFACE, JVM_ACC_IS_CLONEABLE, JVM_ACC_HAS_FINALIZER.
4348 JVM_ACC_IS_CLONEABLE | JVM_ACC_HAS_FINALIZER,
4350 JVM_ACC_IS_CLONEABLE,
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2258 declare_constant(JVM_ACC_IS_CLONEABLE) \

Completed in 82 milliseconds