Home
last modified time | relevance | path

Searched refs:REGISTER_BITS (Results 1 – 13 of 13) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Denums.cc212 REGISTER_BITS (_AutoState); in setup_enum_writer()
336 REGISTER_BITS (_MonitorChoice); in setup_enum_writer()
341 REGISTER_BITS (_MonitorState); in setup_enum_writer()
387 REGISTER_BITS (_AutoConnectOption); in setup_enum_writer()
391 REGISTER_BITS (_TracksAutoNamingRule); in setup_enum_writer()
539 REGISTER_BITS (_Source_Flag); in setup_enum_writer()
561 REGISTER_BITS (_DiskIOProcessor_Flag); in setup_enum_writer()
572 REGISTER_BITS (_Location_Flags); in setup_enum_writer()
691 REGISTER_BITS (_Delivery_Role); in setup_enum_writer()
721 REGISTER_BITS(_MidiPortFlags); in setup_enum_writer()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Denums.cc35 #define REGISTER_BITS(e) enum_writer.register_bits (typeid(e).name(), i, s); i.clear(); s.clear() in setup_libpbd_enums() macro
45 REGISTER_BITS (controllable_flags); in setup_libpbd_enums()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
65 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
65 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
65 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
65 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java43 static int REGISTER_BITS; field in OopMapValue
67 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java43 static int REGISTER_BITS; field in OopMapValue
67 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java43 static int REGISTER_BITS; field in OopMapValue
67 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
66 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
67 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapValue.java41 static int REGISTER_BITS; field in OopMapValue
67 REGISTER_BITS = db.lookupIntConstant("OopMapValue::register_bits").intValue(); in initialize()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Denums.cc65 #define REGISTER_BITS(e) enum_writer.register_bits (typeid(e).name(), i, s); i.clear(); s.clear() in setup_gtk_ardour_enums() macro