Lines Matching defs:x
67 static int instanceTest(int x) { in instanceTest()
98 static int superTest(int x) { in superTest()
106 static int constClassTest(int x) { in constClassTest()
115 static int constStringTest(int x) { in constStringTest()
128 static int catchBlock(int x) { in catchBlock()
143 static int catchBlockNoThrow(int x) { in catchBlockNoThrow()
152 static int staticFieldTest(int x) { in staticFieldTest()
197 static int unopTest(int x) { in unopTest()
337 static int intOperTest(int x, int y) { in intOperTest()
380 static int lit16Test(int x) { in lit16Test()
408 static int lit8Test(int x) { in lit8Test()
456 static int longOperTest(long x, long y) { in longOperTest()
875 int[] x = new int[-1]; in testArrayAllocation() local
881 int[] x = new int [1]; in testArrayAllocation() local