< prev index next >

src/share/vm/jvmci/vmStructs_jvmci.cpp

Print this page




 310   declare_preprocessor_constant("FIELDINFO_TAG_SIZE", FIELDINFO_TAG_SIZE) \
 311   declare_preprocessor_constant("STACK_BIAS", STACK_BIAS)                 \
 312                                                                           \
 313   declare_constant(CompLevel_none)                                        \
 314   declare_constant(CompLevel_simple)                                      \
 315   declare_constant(CompLevel_limited_profile)                             \
 316   declare_constant(CompLevel_full_profile)                                \
 317   declare_constant(CompLevel_full_optimization)                           \
 318   declare_constant(HeapWordSize)                                          \
 319   declare_constant(InvocationEntryBci)                                    \
 320   declare_constant(LogKlassAlignmentInBytes)                              \
 321                                                                           \
 322   declare_constant(JVM_ACC_WRITTEN_FLAGS)                                 \
 323   declare_constant(JVM_ACC_MONITOR_MATCH)                                 \
 324   declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES)                         \
 325   declare_constant(JVM_ACC_HAS_FINALIZER)                                 \
 326   declare_constant(JVM_ACC_IS_CLONEABLE_FAST)                             \
 327   declare_constant(JVM_ACC_FIELD_INTERNAL)                                \
 328   declare_constant(JVM_ACC_FIELD_STABLE)                                  \
 329   declare_constant(JVM_ACC_FIELD_HAS_GENERIC_SIGNATURE)                   \




 330   declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC)   \
 331   declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \
 332                                                                           \
 333   declare_constant(JVM_CONSTANT_Utf8)                                     \
 334   declare_constant(JVM_CONSTANT_Unicode)                                  \
 335   declare_constant(JVM_CONSTANT_Integer)                                  \
 336   declare_constant(JVM_CONSTANT_Float)                                    \
 337   declare_constant(JVM_CONSTANT_Long)                                     \
 338   declare_constant(JVM_CONSTANT_Double)                                   \
 339   declare_constant(JVM_CONSTANT_Class)                                    \
 340   declare_constant(JVM_CONSTANT_String)                                   \
 341   declare_constant(JVM_CONSTANT_Fieldref)                                 \
 342   declare_constant(JVM_CONSTANT_Methodref)                                \
 343   declare_constant(JVM_CONSTANT_InterfaceMethodref)                       \
 344   declare_constant(JVM_CONSTANT_NameAndType)                              \
 345   declare_constant(JVM_CONSTANT_MethodHandle)                             \
 346   declare_constant(JVM_CONSTANT_MethodType)                               \
 347   declare_constant(JVM_CONSTANT_InvokeDynamic)                            \
 348   declare_constant(JVM_CONSTANT_ExternalMax)                              \
 349                                                                           \
 350   declare_constant(JVM_CONSTANT_Invalid)                                  \
 351   declare_constant(JVM_CONSTANT_InternalMin)                              \




 310   declare_preprocessor_constant("FIELDINFO_TAG_SIZE", FIELDINFO_TAG_SIZE) \
 311   declare_preprocessor_constant("STACK_BIAS", STACK_BIAS)                 \
 312                                                                           \
 313   declare_constant(CompLevel_none)                                        \
 314   declare_constant(CompLevel_simple)                                      \
 315   declare_constant(CompLevel_limited_profile)                             \
 316   declare_constant(CompLevel_full_profile)                                \
 317   declare_constant(CompLevel_full_optimization)                           \
 318   declare_constant(HeapWordSize)                                          \
 319   declare_constant(InvocationEntryBci)                                    \
 320   declare_constant(LogKlassAlignmentInBytes)                              \
 321                                                                           \
 322   declare_constant(JVM_ACC_WRITTEN_FLAGS)                                 \
 323   declare_constant(JVM_ACC_MONITOR_MATCH)                                 \
 324   declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES)                         \
 325   declare_constant(JVM_ACC_HAS_FINALIZER)                                 \
 326   declare_constant(JVM_ACC_IS_CLONEABLE_FAST)                             \
 327   declare_constant(JVM_ACC_FIELD_INTERNAL)                                \
 328   declare_constant(JVM_ACC_FIELD_STABLE)                                  \
 329   declare_constant(JVM_ACC_FIELD_HAS_GENERIC_SIGNATURE)                   \
 330   declare_preprocessor_constant("JVM_ACC_VARARGS", JVM_ACC_VARARGS)       \
 331   declare_preprocessor_constant("JVM_ACC_BRIDGE", JVM_ACC_BRIDGE)   \
 332   declare_preprocessor_constant("JVM_ACC_ANNOTATION", JVM_ACC_ANNOTATION)   \
 333   declare_preprocessor_constant("JVM_ACC_ENUM", JVM_ACC_ENUM)   \
 334   declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC)   \

 335                                                                           \
 336   declare_constant(JVM_CONSTANT_Utf8)                                     \
 337   declare_constant(JVM_CONSTANT_Unicode)                                  \
 338   declare_constant(JVM_CONSTANT_Integer)                                  \
 339   declare_constant(JVM_CONSTANT_Float)                                    \
 340   declare_constant(JVM_CONSTANT_Long)                                     \
 341   declare_constant(JVM_CONSTANT_Double)                                   \
 342   declare_constant(JVM_CONSTANT_Class)                                    \
 343   declare_constant(JVM_CONSTANT_String)                                   \
 344   declare_constant(JVM_CONSTANT_Fieldref)                                 \
 345   declare_constant(JVM_CONSTANT_Methodref)                                \
 346   declare_constant(JVM_CONSTANT_InterfaceMethodref)                       \
 347   declare_constant(JVM_CONSTANT_NameAndType)                              \
 348   declare_constant(JVM_CONSTANT_MethodHandle)                             \
 349   declare_constant(JVM_CONSTANT_MethodType)                               \
 350   declare_constant(JVM_CONSTANT_InvokeDynamic)                            \
 351   declare_constant(JVM_CONSTANT_ExternalMax)                              \
 352                                                                           \
 353   declare_constant(JVM_CONSTANT_Invalid)                                  \
 354   declare_constant(JVM_CONSTANT_InternalMin)                              \


< prev index next >