Home
last modified time | relevance | path

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

/art/test/586-checker-null-array-get/src/
DMain.java28 public static Object getNull() { return null; } in getNull() method in Main
81 String[] array = (String[])getNull(); in bar()
/art/test/450-checker-types/src/
DMain.java581 private Main getNull() { in getNull() method in Main
619 Main o = getNull(); in testInlinerReturnsNull()
636 Main o = cond ? null : getNull(); in testPhiHasOnlyNullInputs()
/art/test/442-checker-constant-folding/src/
DMain.java1006 private static Object getNull() { in getNull() method in Main
1011 Object a = getNull(); in StaticConditionNulls()
1012 Object b = getNull(); in StaticConditionNulls()