Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DArray.java211 short[] xShorts = new short[] { 20, 10, 0, -10, -20 }; in run() local
224 checkShorts(xShorts); in run()