OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLong1
(Results
1 - 2
of
2
) sorted by null
/dalvik/tests/003-omnibus-opcodes/src/
InstField.java
24
public long
mLong1
, mLong2;
46
long l = nully.
mLong1
;
58
nully.
mLong1
= 17L;
79
mLong1
= 1234605616436508552L; // 0x1122334455667788
83
mVolatileLong1 =
mLong1
- 1;
101
assert(
mLong1
== 1234605616436508552L);
StaticField.java
24
public static long
mLong1
, mLong2;
47
mLong1
= 1234605616436508552L; // 0x1122334455667788
51
mVolatileLong1 =
mLong1
- 1;
69
assert(
mLong1
== 1234605616436508552L);
Completed in 37 milliseconds