Searched refs:mLong1 (Results 1 - 3 of 3) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DInstField.java24 public long mLong1, mLong2; field in class:InstField
46 long l = nully.mLong1;
58 nully.mLong1 = 17L;
79 mLong1 = 1234605616436508552L; // 0x1122334455667788
83 mVolatileLong1 = mLong1 - 1;
101 Main.assertTrue(mLong1 == 1234605616436508552L);
H A DStaticField.java24 public static long mLong1, mLong2; field in class:StaticField
47 mLong1 = 1234605616436508552L; // 0x1122334455667788
51 mVolatileLong1 = mLong1 - 1;
69 Main.assertTrue(mLong1 == 1234605616436508552L);
/art/test/107-int-math2/src/
H A DMain.java25 public static long mLong1, mLong2; field in class:Main
165 mLong1 = 1234605616436508552L; // 0x1122334455667788
169 mVolatileLong1 = mLong1 - 1;
184 if (mLong1 != 1234605616436508552L) { return 22; }

Completed in 411 milliseconds