Searched refs:myField3 (Results 1 – 2 of 2) sorted by relevance
37 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
26 int c = myField3; // ecx in foo()38 myField3 = b; in foo()65 public static int myField3 = 0; field in Main