Searched refs:constructDerivedInSecondDex (Results 1 – 1 of 1) sorted by relevance
1091 public static int constructDerivedInSecondDex() { in constructDerivedInSecondDex() method in Main1113 public static int constructDerivedInSecondDex(int intValue) { in constructDerivedInSecondDex() method in Main1152 public static int constructDerivedInSecondDex(long placeholder) { in constructDerivedInSecondDex() method in Main1240 assertEquals(0, constructDerivedInSecondDex()); in main()1241 assertEquals(123, constructDerivedInSecondDex(123)); in main()1243 assertEquals(0, constructDerivedInSecondDex(7L)); in main()