Lines Matching refs:after
24 ## CHECK-START: int SmaliTests2.$noinline$XorAllOnes(int) instruction_simplifier (after)
29 ## CHECK-START: int SmaliTests2.$noinline$XorAllOnes(int) instruction_simplifier (after)
57 ## CHECK-START: long SmaliTests2.$noinline$NotNot1(long) instruction_simplifier (after)
61 ## CHECK-START: long SmaliTests2.$noinline$NotNot1(long) instruction_simplifier (after)
90 ## CHECK-START: int SmaliTests2.$noinline$NotNot2(int) instruction_simplifier (after)
96 ## CHECK-START: int SmaliTests2.$noinline$NotNot2(int) instruction_simplifier (after)
100 ## CHECK-START: int SmaliTests2.$noinline$NotNot2(int) instruction_simplifier (after)
159 ## CHECK-START: boolean SmaliTests2.$noinline$NotNotBool(boolean) instruction_simplifier (after)
162 ## CHECK-START: boolean SmaliTests2.$noinline$NotNotBool(boolean) instruction_simplifier (after)
178 …K-START: boolean SmaliTests2.$noinline$NotNotBool(boolean) instruction_simplifier$after_gvn (after)
217 ## CHECK-START: int SmaliTests2.$noinline$bug68142795Short(short) instruction_simplifier (after)
267 …ART: int SmaliTests2.$noinline$bug68142795Boolean(boolean) instruction_simplifier$after_gvn (after)
273 # int v = b ? 1 : 0; // Should be simplified to "b" after inlining.