Searched refs:myField2 (Results 1 – 2 of 2) sorted by relevance
36 int e = myField2; // EAX in testOddLow1()40 myField2 = f; // use of EBX in testOddLow1()78 int e = myField2; // ECX in testNonFollowingHigh()82 myField2 = f; // use of EBX in testNonFollowingHigh()118 int e = myField2; // EAX in testOddLow2()122 myField2 = f; // use of EBX in testOddLow2()179 public static int myField2; field in Main
24 int b = myField2; // edi in foo()37 myField2 = a; in foo()46 myLongField3 = (long) myField2; // edx fixed use in foo()64 public static int myField2 = 0; field in Main