Home
last modified time | relevance | path

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

/art/test/664-aget-verifier/src/
DMain.java38 int[] maybe_null_array = null; in test() local
41 if (maybe_null_array != null) { in test()
42 i = maybe_null_array[0] + 1; in test()
44 maybe_null_array = non_null_array; in test()