Home
last modified time | relevance | path

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

/art/test/626-const-class-linking/src/
DMain.java128 skipVerification(helper1); // Avoid class loading during verification. in testRacyLoader()
162 skipVerification(helper1); // Avoid class loading during verification. in testRacyLoader2()
164 skipVerification(helper3); // Avoid class loading during verification. in testRacyLoader2()
200 skipVerification(helper1); // Avoid class loading during verification. in testRacyMisbehavingLoader()
235 skipVerification(helper1); // Avoid class loading during verification. in testRacyMisbehavingLoader2()
345 public static void skipVerification(Class<?> c) { in skipVerification() method in Main