Searched refs:isCIntegerType (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java74 public boolean isCIntegerType() { method in class:BasicCIntegerType
H A DBasicType.java126 public boolean isCIntegerType() { method in class:BasicType
133 return target.isCIntegerType() &&
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java51 public boolean isCIntegerType(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java144 } else if (t.isCIntegerType()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js965 if (type.isCIntegerType() || type.isJavaPrimitiveType()) {
979 if (type.isCIntegerType() || type.isJavaPrimitiveType()) {
1044 tmp.type.isCIntegerType() || tmp.type.isJavaPrimitiveType() ||
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java326 if (type.isCIntegerType() != isInteger) {
329 if (type.isCIntegerType() && (((CIntegerType)type).isUnsigned()) != isUnsigned) {
H A DCommandProcessor.java274 if (type.isCIntegerType()) {
1097 if (type.isCIntegerType() != isInteger) {
1100 if (type.isCIntegerType() && (((CIntegerType)type).isUnsigned()) != isUnsigned) {

Completed in 40 milliseconds