Searched refs:test3_temp1 (Results 1 – 1 of 1) sorted by relevance
40 int test3_temp1 = 0, test3_temp2 = 0; in test3() local42 test3_temp1 = test3_a + 5; // DexExpectStepOrder(5) in test3()44 if (test3_temp1 > test3_temp2) { // DexExpectStepOrder(7) in test3()45 test3_temp1 *= test3_temp2; // DexUnreachable() in test3()47 return test3_temp1; // DexExpectStepOrder(8) in test3()