Searched refs:ByteValueImpl (Results 1 – 3 of 3) sorted by relevance
30 public class ByteValueImpl extends PrimitiveValueImpl class34 ByteValueImpl(VirtualMachine aVm,byte aValue) { in ByteValueImpl() method in ByteValueImpl
516 val = new ByteValueImpl(vm, readByte()); in readUntaggedValue()
479 return new ByteValueImpl(this,value); in mirrorOf()