Searched refs:currentAddress (Results 1 – 3 of 3) sorted by relevance
45 private int currentAddress; field in DebugWriter57 this.currentAddress = 0; in reset()108 int addressDelta = codeAddress - currentAddress; in writeLineNumber()134 int addressDelta = address - currentAddress; in writeAdvancePC()139 currentAddress = address; in writeAdvancePC()161 currentAddress += addressDelta; in writeSpecialOpcode()
68 private long currentAddress; field in IterableByteBufferInputStream82 currentAddress = 0; in IterableByteBufferInputStream()99 currentAddress = UnsafeUtil.addressOffset(currentByteBuffer); in getNextByteBuffer()122 int result = UnsafeUtil.getByte(currentByteBufferPos + currentAddress) & 0xFF; in read()
3128 private long currentAddress; field in CodedInputStream.IterableDirectByteBufferDecoder3151 currentAddress = 0; in IterableDirectByteBufferDecoder()3171 currentAddress = UnsafeUtil.addressOffset(currentByteBuffer); in tryGetNextByteBuffer()3172 currentByteBufferPos += currentAddress; in tryGetNextByteBuffer()3173 currentByteBufferStartPos += currentAddress; in tryGetNextByteBuffer()3174 currentByteBufferLimit += currentAddress; in tryGetNextByteBuffer()3472 final int idx = (int) (currentByteBufferPos - currentAddress); in readBytes()3510 (int) (currentByteBufferPos - currentAddress - size), in readByteBuffer()3511 (int) (currentByteBufferPos - currentAddress)); in readByteBuffer()