Searched refs:myField1 (Results 1 – 2 of 2) sorted by relevance
35 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
23 int a = myField1; // esi in foo()45 myField1 = (int)d; // stack use in foo()63 public static int myField1 = 0; field in Main