Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DInstField.java37 static public void nullCheck(InstField nully) { in nullCheck() argument
40 int x = nully.mInt1; in nullCheck()
46 long l = nully.mLong1; in nullCheck()
52 nully.mInt1 = 5; in nullCheck()
58 nully.mLong1 = 17L; in nullCheck()