Searched refs:JVM_ACC_ANNOTATION (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java44 static final int JVM_ACC_ANNOTATION = 0x2000; /* annotation type */ field in interface:Constants
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java95 public static final long JVM_ACC_ANNOTATION = 0x2000; /* annotation type */ field in interface:ClassConstants
161 JVM_ACC_ANNOTATION |
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DAccessFlags.java51 public boolean isAnnotation () { return (flags & JVM_ACC_ANNOTATION ) != 0; }
/openjdk9/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h56 JVM_ACC_ANNOTATION = 0x2000, enumerator in enum:__anon749
H A Djvm.h1105 JVM_ACC_ANNOTATION | \
/openjdk9/hotspot/src/share/vm/prims/
H A Djvm.h971 #define JVM_ACC_ANNOTATION 0x2000 /* annotation type */ macro
1127 JVM_ACC_ANNOTATION | \
/openjdk9/hotspot/src/share/vm/jvmci/
H A DvmStructs_jvmci.cpp385 declare_preprocessor_constant("JVM_ACC_ANNOTATION", JVM_ACC_ANNOTATION) \
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4587 const bool is_annotation = (flags & JVM_ACC_ANNOTATION) != 0;

Completed in 196 milliseconds