Home
last modified time | relevance | path

Searched refs:T_ADDRESS (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java46 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
70 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
123 return T_ADDRESS.getType(); in getTAddress()
170 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
171 return T_ADDRESS; in intToBasicType()
231 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java46 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
70 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
123 return T_ADDRESS.getType(); in getTAddress()
170 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
171 return T_ADDRESS; in intToBasicType()
231 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java46 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
70 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
123 return T_ADDRESS.getType(); in getTAddress()
170 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
171 return T_ADDRESS; in intToBasicType()
231 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java45 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
69 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
122 return T_ADDRESS.getType(); in getTAddress()
169 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
170 return T_ADDRESS; in intToBasicType()
230 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java45 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
69 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
122 return T_ADDRESS.getType(); in getTAddress()
169 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
170 return T_ADDRESS; in intToBasicType()
230 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java45 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
69 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
122 return T_ADDRESS.getType(); in getTAddress()
169 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
170 return T_ADDRESS; in intToBasicType()
230 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java46 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
70 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
123 return T_ADDRESS.getType(); in getTAddress()
170 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
171 return T_ADDRESS; in intToBasicType()
231 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java46 public static final BasicType T_ADDRESS = new BasicType(); field in BasicType
70 T_ADDRESS.setType(db.lookupIntConstant("T_ADDRESS").intValue()); in initialize()
123 return T_ADDRESS.getType(); in getTAddress()
170 } else if (i == T_ADDRESS.getType()) { in intToBasicType()
171 return T_ADDRESS; in intToBasicType()
231 } else if (type == T_ADDRESS.getType()) { in getName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java78 super(Constants.T_ADDRESS, "<return address>"); in ReturnaddressType()
85 super(Constants.T_ADDRESS, "<return address targeting "+returnTarget+">"); in ReturnaddressType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java78 super(Constants.T_ADDRESS, "<return address>"); in ReturnaddressType()
85 super(Constants.T_ADDRESS, "<return address targeting "+returnTarget+">"); in ReturnaddressType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java42 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
50 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java41 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
49 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReturnaddressType.java42 super(Const.T_ADDRESS, "<return address>"); in ReturnaddressType()
50 super(Const.T_ADDRESS, "<return address targeting " + returnTarget + ">"); in ReturnaddressType()
/dports/www/npc/npc-0.83/src/
H A Dgetput.c222 case T_ADDRESS:
224 if ((disable_id == T_ADDRESS)
226 disable_id = T_ADDRESS;
244 case T_ADDRESS:
246 if ((disable_id == T_ADDRESS)
353 case T_ADDRESS:
392 case T_ADDRESS:
441 case T_ADDRESS:
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DglobalDefinitions.cpp111 case T_ADDRESS: // random raw pointer in basic_types_init()
232 T_ADDRESS, // T_ADDRESS = 15,
256 T_ADDRESS, // T_ADDRESS = 15,
289 assert(allow_address || t != T_ADDRESS, " "); in type2aelembytes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DglobalDefinitions.cpp111 case T_ADDRESS: // random raw pointer in basic_types_init()
232 T_ADDRESS, // T_ADDRESS = 15,
256 T_ADDRESS, // T_ADDRESS = 15,
289 assert(allow_address || t != T_ADDRESS, " "); in type2aelembytes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DglobalDefinitions.cpp111 case T_ADDRESS: // random raw pointer in basic_types_init()
232 T_ADDRESS, // T_ADDRESS = 15,
256 T_ADDRESS, // T_ADDRESS = 15,
289 assert(allow_address || t != T_ADDRESS, " "); in type2aelembytes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DglobalDefinitions.cpp111 case T_ADDRESS: // random raw pointer in basic_types_init()
232 T_ADDRESS, // T_ADDRESS = 15,
256 T_ADDRESS, // T_ADDRESS = 15,
289 assert(allow_address || t != T_ADDRESS, " "); in type2aelembytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DglobalDefinitions.cpp112 case T_ADDRESS: // random raw pointer in basic_types_init()
242 T_ADDRESS, // T_ADDRESS = 15,
266 T_ADDRESS, // T_ADDRESS = 15,
299 assert(allow_address || t != T_ADDRESS, " "); in type2aelembytes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dc1_LIR_ppc.cpp55 …assert(base()->type() == T_ADDRESS || base()->type() == T_OBJECT || base()->type() == T_LONG || ba… in verify()
60 …assert(base()->type() == T_ADDRESS || base()->type() == T_OBJECT || base()->type() == T_INT || bas… in verify()

12345678910>>...28