Home
last modified time | relevance | path

Searched refs:constantTag (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconstantTag.hpp51 class constantTag { class
107 constantTag() { in constantTag() function in constantTag
110 constantTag(jbyte tag) { in constantTag() function in constantTag
117 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
120 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
121 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
122 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
123 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
124 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
128 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconstantTag.hpp51 class constantTag { class
107 constantTag() { in constantTag() function in constantTag
110 constantTag(jbyte tag) { in constantTag() function in constantTag
117 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
120 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
121 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
122 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
123 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
124 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
128 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconstantTag.hpp51 class constantTag { class
107 constantTag() { in constantTag() function in constantTag
110 constantTag(jbyte tag) { in constantTag() function in constantTag
117 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
120 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
121 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
122 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
123 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
124 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
128 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconstantTag.hpp53 class constantTag { class
115 constantTag() { in constantTag() function in constantTag
118 constantTag(jbyte tag) { in constantTag() function in constantTag
125 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
128 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
129 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
130 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
131 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
132 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
136 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconstantTag.hpp53 class constantTag { class
115 constantTag() { in constantTag() function in constantTag
118 constantTag(jbyte tag) { in constantTag() function in constantTag
125 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
128 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
129 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
130 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
131 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
132 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
136 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconstantTag.hpp52 class constantTag { class
114 constantTag() { in constantTag() function in constantTag
117 constantTag(jbyte tag) { in constantTag() function in constantTag
124 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
127 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
128 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
129 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
130 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
131 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
135 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconstantTag.hpp53 class constantTag { class
115 constantTag() { in constantTag() function in constantTag
118 constantTag(jbyte tag) { in constantTag() function in constantTag
125 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
128 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
129 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
130 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
131 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
132 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
136 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconstantTag.hpp53 class constantTag { class
115 constantTag() { in constantTag() function in constantTag
118 constantTag(jbyte tag) { in constantTag() function in constantTag
125 static constantTag ofBasicType(BasicType bt) { in ofBasicType()
128 case T_OBJECT: return constantTag(JVM_CONSTANT_String); in ofBasicType()
129 case T_INT: return constantTag(JVM_CONSTANT_Integer); in ofBasicType()
130 case T_LONG: return constantTag(JVM_CONSTANT_Long); in ofBasicType()
131 case T_FLOAT: return constantTag(JVM_CONSTANT_Float); in ofBasicType()
132 case T_DOUBLE: return constantTag(JVM_CONSTANT_Double); in ofBasicType()
136 return constantTag(); in ofBasicType()
H A DconstantTag.cpp31 void constantTag::print_on(outputStream* st) const { in print_on()
37 BasicType constantTag::basic_type() const { in basic_type()
71 jbyte constantTag::non_error_value() const { in non_error_value()
87 jbyte constantTag::error_value() const { in error_value()
103 const char* constantTag::internal_name() const { in internal_name()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp30 void constantTag::print_on(outputStream* st) const { in print_on()
36 BasicType constantTag::basic_type() const { in basic_type()
65 jbyte constantTag::non_error_value() const { in non_error_value()
79 jbyte constantTag::error_value() const { in error_value()
93 const char* constantTag::internal_name() const { in internal_name()
H A DconstantTag.hpp50 class constantTag VALUE_OBJ_CLASS_SPEC {
101 constantTag() { in constantTag() function in VALUE_OBJ_CLASS_SPEC
104 constantTag(jbyte tag) { in constantTag() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DconstantTag.cpp30 void constantTag::print_on(outputStream* st) const { in print_on()
36 BasicType constantTag::basic_type() const { in basic_type()
65 jbyte constantTag::non_error_value() const { in non_error_value()
79 jbyte constantTag::error_value() const { in error_value()
93 const char* constantTag::internal_name() const { in internal_name()
H A DconstantTag.hpp50 class constantTag VALUE_OBJ_CLASS_SPEC {
101 constantTag() { in constantTag() function in VALUE_OBJ_CLASS_SPEC
104 constantTag(jbyte tag) { in constantTag() function in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp157 constantTag tag_old = _old_cp->tag_at(cpi_old); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
267 constantTag tag_old = _old_cp->tag_at(cpi_old); in pool_constants_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp157 constantTag tag_old = _old_cp->tag_at(cpi_old); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
267 constantTag tag_old = _old_cp->tag_at(cpi_old); in pool_constants_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DmethodComparator.cpp158 constantTag tag_old = _old_cp->tag_at(cpi_old); in args_same()
159 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
268 constantTag tag_old = _old_cp->tag_at(cpi_old); in pool_constants_same()
269 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp153 constantTag tag_old = old_cp->tag_at(cpi_old); in args_same()
154 constantTag tag_new = new_cp->tag_at(cpi_new); in args_same()
264 constantTag tag_old = old_cp->tag_at(cpi_old); in pool_constants_same()
265 constantTag tag_new = new_cp->tag_at(cpi_new); in pool_constants_same()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp157 constantTag tag_old = _old_cp->tag_at(cpi_old); in args_same()
158 constantTag tag_new = _new_cp->tag_at(cpi_new); in args_same()
267 constantTag tag_old = _old_cp->tag_at(cpi_old); in pool_constants_same()
268 constantTag tag_new = _new_cp->tag_at(cpi_new); in pool_constants_same()

1234567891011