Home
last modified time | relevance | path

Searched refs:checkOverflow (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DHandshakeOutStream.java156 checkOverflow(i, Record.OVERFLOW_OF_INT08); in putInt8()
161 checkOverflow(i, Record.OVERFLOW_OF_INT16); in putInt16()
170 checkOverflow(i, Record.OVERFLOW_OF_INT24); in putInt24()
198 checkOverflow(b.length, Record.OVERFLOW_OF_INT08); in putBytes8()
209 checkOverflow(b.length, Record.OVERFLOW_OF_INT16); in putBytes16()
220 checkOverflow(b.length, Record.OVERFLOW_OF_INT24); in putBytes24()
226 private void checkOverflow(int length, int overflow) { in checkOverflow() method in HandshakeOutStream