Home
last modified time | relevance | path

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

/art/test/529-long-split/src/
DMain.java37 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testOddLow1()
42 myField3 = h; // use of ESI in testOddLow1()
79 int g = myField3; // ESI (by spilling ESI-EDI, see below) in testNonFollowingHigh()
84 myField3 = h; // use of EDI in testNonFollowingHigh()
119 int g = myField3; // ECX in testOddLow2()
124 myField3 = h; // use of EDX in testOddLow2()
180 public static int myField3; field in Main
/art/test/526-long-regalloc/src/
DMain.java26 int c = myField3; // ecx in foo()
38 myField3 = b; in foo()
65 public static int myField3 = 0; field in Main