Home
last modified time | relevance | path

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

/aosp12/art/test/530-instanceof-checkcast/src/
H A DMain.java19 static Object exactCheck = new ExactCheck();
27 static Object exactArray = new ExactCheck[2];
42 check(true, exactCheck instanceof ExactCheck); in checkInstanceOfNonTryCatch()
129 field = (ExactCheck)exactCheck; in checkCheckCast()
131 field = (ExactCheck)regularObject; in checkCheckCast()
176 field = (ExactCheck[])regularObject; in checkCheckCast()
181 field = (ExactCheck[])objectArray; in checkCheckCast()
186 field = (ExactCheck[])doubleArray; in checkCheckCast()
190 field = (ExactCheck[])exactArray; in checkCheckCast()
192 field = (ExactCheck[])normalArray; in checkCheckCast()
[all …]