Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 2 of 2) sorted by relevance

/art/test/616-cha-proxy-method-inline/src/
DMain.java24 public static Object newInstance(Object obj) { in newInstance() method in DebugProxy
/art/test/042-new-instance/src/
DMain.java198 static Object newInstance() { in newInstance() method in LocalClass3.CC