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

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DLongType.java38 public interface LongType extends PrimitiveType interface in inherits:PrimitiveType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLongTypeImpl.java29 public class LongTypeImpl extends PrimitiveTypeImpl implements LongType {
H A DVirtualMachineImpl.java106 private LongType theLongType;
986 LongType theLongType() {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLongTypeImpl.java30 public class LongTypeImpl extends PrimitiveTypeImpl implements LongType {
H A DVirtualMachineImpl.java102 private LongType theLongType;
1113 LongType theLongType() {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp37 class LongType;
59 extern LongType* longType;
139 virtual LongType* as_LongType() { return NULL; }
221 class LongType: public ValueType { class in inherits:ValueType
223 LongType(): ValueType(longTag, 2) {} function in class:LongType
227 virtual LongType* as_LongType() { return this; }
231 class LongConstant: public LongType {
H A Dc1_ValueType.cpp35 LongType* longType = NULL;
59 longType = new (arena) LongType();

Completed in 157 milliseconds