Home
last modified time | relevance | path

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

/art/test/529-long-split/src/
DMain.java35 int f = myField1; // EBX in testOddLow1()
41 myField1 = e; // use of EAX in testOddLow1()
77 int f = myField1; // EBX in testNonFollowingHigh()
83 myField1 = e; // use of ECX in testNonFollowingHigh()
117 int f = myField1; // EBX in testOddLow2()
123 myField1 = e; // use of EAX in testOddLow2()
178 public static int myField1; field in Main
/art/test/526-long-regalloc/src/
DMain.java23 int a = myField1; // esi in foo()
45 myField1 = (int)d; // stack use in foo()
63 public static int myField1 = 0; field in Main