Home
last modified time | relevance | path

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

/art/test/530-instanceof-checkcast/src/
DMain.java21 static Object interfaceCheckImpl = new InterfaceCheckImpl(); field in Main
48 check(true, interfaceCheckImpl instanceof InterfaceCheck); in checkInstanceOfNonTryCatch()
87 check(true, interfaceCheckImpl instanceof InterfaceCheck); in checkInstanceOfTryCatch()
143 field = (InterfaceCheck)interfaceCheckImpl; in checkCheckCast()