Searched refs:isJavaPrimitiveType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicType.java50 private boolean isJavaPrimitiveType; field in class:BasicType
140 public boolean isJavaPrimitiveType() { method in class:BasicType
141 return isJavaPrimitiveType;
146 public void setIsJavaPrimitiveType(boolean isJavaPrimitiveType) { argument
147 this.isJavaPrimitiveType = isJavaPrimitiveType;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java57 public boolean isJavaPrimitiveType(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java152 } else if (t.isJavaPrimitiveType()) {
/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() ||

Completed in 32 milliseconds