Home
last modified time | relevance | path

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

/art/test/956-methodhandles/src/other/
DChatty.java19 public interface Chatty { interface
/art/test/956-methodhandles/
Dexpected.txt15 Chatty.chatter()
16 Chatty.chatter()
/art/test/956-methodhandles/src/
DMain.java36 import other.Chatty;
89 public static class H implements Chatty {
591 Method methodInChatty = Chatty.class.getDeclaredMethod("chatter"); in testUnreflects()