Searched refs:initInt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/6921969/
H A DTestMultiplyLongHiZero.java46 private static int initInt(String[] args, int v) { method in class:TestMultiplyLongHiZero
125 int i0 = initInt(args, 1);
126 int i1 = initInt(args, 3);
127 int i2 = initInt(args, -1);
128 int i3 = initInt(args, 0x7FFFFFFF);

Completed in 29 milliseconds