Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DIntMath.java464 static class Shorty { class in IntMath
473 static Shorty truncateTest(int x) { in truncateTest()
475 Shorty shorts = new Shorty(); in truncateTest()
482 static void truncateCheck(Shorty shorts) { in truncateCheck()
603 Shorty shorts = truncateTest(-16717277); // 0xff00ea23 in run()