HomeSort by relevance Sort by last modified time
    Searched refs:mLong2 (Results 1 - 2 of 2) sorted by null

  /dalvik/tests/003-omnibus-opcodes/src/
InstField.java 24 public long mLong1, mLong2;
80 mLong2 = -1234605616436508552L;
84 mVolatileLong2 = mLong2 + 1;
102 assert(mLong2 == -1234605616436508552L);
StaticField.java 24 public static long mLong1, mLong2;
48 mLong2 = -1234605616436508552L;
52 mVolatileLong2 = mLong2 + 1;
70 assert(mLong2 == -1234605616436508552L);

Completed in 46 milliseconds