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

/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java36 static final int JVM_ACC_BRIDGE = 0x0040; /* bridge method generated by compiler */ field in interface:Constants
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java87 public static final long JVM_ACC_BRIDGE = 0x0040; /* bridge method generated by compiler */ field in interface:ClassConstants
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.h963 #define JVM_ACC_BRIDGE 0x0040 /* bridge method generated by compiler */ macro
/openjdk10/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h48 JVM_ACC_BRIDGE = 0x0040, enumerator in enum:__anon752

Completed in 176 milliseconds