Searched refs:IntegerValueImpl (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DIntegerValueImpl.java29 public class IntegerValueImpl extends PrimitiveValueImpl class in inherits:PrimitiveValueImpl,IntegerValue
33 IntegerValueImpl(VirtualMachine aVm,int aValue) { method in class:IntegerValueImpl
H A DArrayReferenceImpl.java129 valueImpl = (IntegerValueImpl) vm.mirrorOf(typeArray.getIntAt(ii));
H A DStackFrameImpl.java254 valueImpl = (IntegerValueImpl) vm.mirrorOf((int)0);
284 valueImpl = (IntegerValueImpl) vm.mirrorOf(values.intAt(ss));
H A DFieldImpl.java93 valueImpl = (IntegerValueImpl) vm.mirrorOf(iif.getValue(target));
H A DVirtualMachineImpl.java545 return new IntegerValueImpl(this,value);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DIntegerValueImpl.java30 public class IntegerValueImpl extends PrimitiveValueImpl class in inherits:PrimitiveValueImpl,IntegerValue
34 IntegerValueImpl(VirtualMachine aVm,int aValue) { method in class:IntegerValueImpl
H A DPacketStream.java532 val = new IntegerValueImpl(vm, readInt());
H A DVirtualMachineImpl.java494 return new IntegerValueImpl(this,value);

Completed in 1016 milliseconds