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

/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java43 static final int JVM_ACC_SYNTHETIC = 0x1000; /* compiler-generated class, method or field */ field in interface:Constants
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java94 public static final long JVM_ACC_SYNTHETIC = 0x1000; /* compiler-generated class, method or field */ field in interface:ClassConstants
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.h970 #define JVM_ACC_SYNTHETIC 0x1000 /* compiler-generated class, method or field */ macro
/openjdk10/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h55 JVM_ACC_SYNTHETIC = 0x1000, enumerator in enum:__anon752

Completed in 88 milliseconds