Searched refs:lenientClassForName (Results 1 – 3 of 3) sorted by relevance
35 return Util.lenientClassForName(className); in benchmarkClassForName()
200 Util.lenientClassForName(className).asSubclass(Instrument.class); in provideInstruments()
42 public static Class<?> lenientClassForName(String className) throws ClassNotFoundException { in lenientClassForName() method in Util