Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
DJvmtiRedefineClassesTest.java716 private static class ExpectedMethod { class in JvmtiRedefineClassesTest
721 public ExpectedMethod(Class<?> returnType, String name, Class<?>... params) { in ExpectedMethod() method in JvmtiRedefineClassesTest.ExpectedMethod
737 private void checkClassHasMethods(Class<?> target, ExpectedMethod[] methods) throws Exception { in checkClassHasMethods()
738 for (ExpectedMethod m : methods) { in checkClassHasMethods()
751 new ExpectedMethod[]{ in testCannotRetransformOnLoadTest()
752 new ExpectedMethod(Void.TYPE, "alpha"), in testCannotRetransformOnLoadTest()
753 new ExpectedMethod(Void.TYPE, "beta"), in testCannotRetransformOnLoadTest()
766 new ExpectedMethod[]{ in testRetransformOnLoad()
767 new ExpectedMethod(Void.TYPE, "alpha", int.class), in testRetransformOnLoad()
768 new ExpectedMethod(int.class, "beta"), in testRetransformOnLoad()
[all …]