Searched refs:isPointerType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicPointerType.java43 public boolean isPointerType() { method in class:BasicPointerType
H A DBasicType.java131 if (isPointerType()) {
155 public boolean isPointerType() { method in class:BasicType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java63 public boolean isPointerType(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java181 } else if (t.isPointerType()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DInspector.java214 if (fieldType.isPointerType()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js967 } else if (type.isPointerType()) {
981 } else if (type.isPointerType()) {
1043 if (tmp.type.isPointerType() || tmp.type.isOopType() ||

Completed in 26 milliseconds