Home
last modified time | relevance | path

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

/art/test/122-npe/src/
DMain.java89 useLong(((Value) null).longField); in methodTwo()
236 useLong(((Value) null).volatileLongField); in methodTwo()
341 useLong(((long[]) null)[0]); in methodTwo()
600 static void useLong(long l) { in useLong() method in Main