Home
last modified time | relevance | path

Searched refs:doThrow (Results 1 – 25 of 60) sorted by relevance

123

/art/test/636-arm64-veneer-pool/src/
DMain.java17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
21 class C4 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m()
24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n… in mImpl()
26 class C6 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
27 class C7 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
28 class C8 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m()
[all …]
/art/test/458-checker-instruct-simplification/src/
DMain.java21 static boolean doThrow = false; field in Main
77 if (doThrow) { throw new Error(); } in $noinline$Add0()
100 if (doThrow) { throw new Error(); } in $noinline$AddAddSubAddConst()
118 if (doThrow) { throw new Error(); } in $noinline$AndAllOnes()
140 if (doThrow) { throw new Error(); } in $noinline$UShr28And15()
162 if (doThrow) { throw new Error(); } in $noinline$UShr60And15()
183 if (doThrow) { throw new Error(); } in $noinline$UShr28And7()
204 if (doThrow) { throw new Error(); } in $noinline$UShr60And7()
227 if (doThrow) { throw new Error(); } in $noinline$Shr24And255()
250 if (doThrow) { throw new Error(); } in $noinline$Shr56And255()
[all …]
/art/test/639-checker-code-sinking/src/
DMain.java22 testFieldStores(doThrow); in main()
29 doThrow = true; in main()
44 testStoreStore(doThrow); in main()
71 if (doThrow) { in testSimpleUse()
96 if (doThrow) { in testTwoUses()
124 public static void testFieldStores(boolean doThrow) { in testFieldStores() argument
127 if (doThrow) { in testFieldStores()
158 if (doThrow) { in testFieldStoreCycle()
191 if (doThrow) { in testArrayStores()
202 if (doThrow) { in testOnlyStoreUses()
[all …]
/art/test/570-checker-select/src/
DMain.java19 static boolean doThrow = false; field in Main
40 if (doThrow) { in BoolCond_IntVarVar()
66 if (doThrow) { in BoolCond_IntVarCst()
92 if (doThrow) { in BoolCond_IntCstVar()
119 if (doThrow) { in BoolCond_LongVarVar()
146 if (doThrow) { in BoolCond_LongVarCst()
173 if (doThrow) { in BoolCond_LongCstVar()
189 if (doThrow) { in BoolCond_FloatVarVar()
205 if (doThrow) { in BoolCond_FloatVarCst()
221 if (doThrow) { in BoolCond_FloatCstVar()
[all …]
/art/test/542-bitfield-rotates/src/
DMain.java51 public static boolean doThrow = false; field in Main
54 if (doThrow) { in $noinline$rotate_int_right_reg_v_csubv()
77 if (doThrow) { in $noinline$rotate_long_right_reg_v_csubv()
100 if (doThrow) { in $noinline$rotate_int_left_reg_csubv_v()
123 if (doThrow) { in $noinline$rotate_long_left_reg_csubv_v()
146 if (doThrow) { in $noinline$rotate_int_right_reg_v_negv()
169 if (doThrow) { in $noinline$rotate_long_right_reg_v_negv()
192 if (doThrow) { in $noinline$rotate_int_left_reg_negv_v()
215 if (doThrow) { in $noinline$rotate_long_left_reg_negv_v()
238 if (doThrow) { in $noinline$rotate_int_right_constant_0()
[all …]
/art/test/565-checker-doublenegbitwise/src/
DMain.java20 static boolean doThrow = false; field in Main
61 if (doThrow) throw new Error(); in $opt$noinline$andToOr()
97 if (doThrow) throw new Error(); in $opt$noinline$booleanAndToOr()
128 if (doThrow) throw new Error(); in $opt$noinline$orToAnd()
164 if (doThrow) throw new Error(); in $opt$noinline$booleanOrToAnd()
204 if (doThrow) throw new Error(); in $opt$noinline$regressInputsAway()
235 if (doThrow) throw new Error(); in $opt$noinline$notXorToXor()
266 if (doThrow) throw new Error(); in $opt$noinline$booleanNotXorToXor()
300 if (doThrow) throw new Error(); in $opt$noinline$notMultipleUses()
/art/test/564-checker-negbitwise/src/
DMain.java20 static boolean doThrow = false; field in Main
80 if (doThrow) throw new Error(); in $opt$noinline$notAnd()
130 if (doThrow) throw new Error(); in $opt$noinline$notOr()
177 if (doThrow) throw new Error(); in $opt$noinline$notXor()
213 if (doThrow) throw new Error(); in $opt$noinline$notAndConstant()
269 if (doThrow) throw new Error(); in $opt$noinline$notAndMultipleUses()
288 if (doThrow) throw new Error(); in $opt$noinline$deMorganOr()
/art/test/439-npe/src/
DMain.java18 public static boolean doThrow = false; field in Main
41 if (doThrow) { throw new Error(); } in $opt$noinline$setObjectField()
46 if (doThrow) { throw new Error(); } in $opt$noinline$setIntField()
51 if (doThrow) { throw new Error(); } in $opt$noinline$setFloatField()
56 if (doThrow) { throw new Error(); } in $opt$noinline$setLongField()
61 if (doThrow) { throw new Error(); } in $opt$noinline$setDoubleField()
66 if (doThrow) { throw new Error(); } in $opt$noinline$setByteField()
71 if (doThrow) { throw new Error(); } in $opt$noinline$setBooleanField()
76 if (doThrow) { throw new Error(); } in $opt$noinline$setCharField()
81 if (doThrow) { throw new Error(); } in $opt$noinline$setShortField()
[all …]
/art/test/478-checker-clinit-check-pruning/src/
DMain.java19 static boolean doThrow = false; field in Main
103 static boolean doThrow = false; field in Main.ClassWithClinit2
107 if (doThrow) { throw new Error(); } in $noinline$staticMethod()
179 static boolean doThrow = false; field in Main.ClassWithClinit4
183 if (doThrow) { throw new Error(); } in $noinline$staticMethod()
241 static boolean doThrow = false; field in Main.ClassWithClinit6
245 if (doThrow) { throw new Error(); } in $noinline$staticMethod()
276 ClassWithClinit2.doThrow = false; in noClinitBecauseOfInvokeStatic()
293 ClassWithClinit2.doThrow = false; in clinitBecauseOfFieldAccess()
325 if (doThrow) { throw new Error(""); } in $noinline$someStaticMethod()
[all …]
/art/test/550-checker-multiply-accumulate/src/
DMain.java20 static boolean doThrow = false; field in Main
83 if (doThrow) throw new Error(); in $opt$noinline$mulAdd()
125 if (doThrow) throw new Error(); in $opt$noinline$mulSub()
177 if (doThrow) throw new Error(); in $opt$noinline$multipleUses1()
235 if (doThrow) throw new Error(); in $opt$noinline$multipleUses2()
288 if (doThrow) throw new Error(); in $opt$noinline$mulPlusOne()
329 if (doThrow) throw new Error(); in $opt$noinline$mulMinusOne()
376 if (doThrow) throw new Error(); in $opt$noinline$mulNeg()
423 if (doThrow) throw new Error(); in $opt$noinline$mulNeg()
/art/test/551-checker-shifter-operand/src/
DMain.java20 static boolean doThrow = false; field in Main
53 static char $noinline$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$byteToChar()
54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort()
55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$byteToInt()
56 static long $noinline$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$byteToLong()
57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte()
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort()
59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$charToInt()
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$charToLong()
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte()
[all …]
/art/test/594-load-string-regression/src/
DMain.java18 static boolean doThrow = false; field in Main
31 if (doThrow) { throw new Error(); } in $noinline$test()
70 static boolean doThrow = false; field in Helper
73 if (doThrow) { throw new Error(); } in $noinline$printString()
/art/test/552-checker-sharpening/src/
DMain.java37 public static boolean doThrow = false; field in Main
40 if (doThrow) { throw new Error(); } in $noinline$foo()
249 if (doThrow) { throw new Error(); } in $noinline$getBootImageString()
281 if (doThrow) { throw new Error(); } in $noinline$getNonBootImageString()
318 if (doThrow) { throw new Error(); } in $noinline$getStringClass()
347 if (doThrow) { throw new Error(); } in $noinline$getOtherClass()
/art/test/638-no-line-number/src/
DMain.java20 doThrow(new Error()); in main()
25 doThrow(null); in main()
31 public static void doThrow(Error e) { in doThrow() method in Main
/art/test/ExceptionHandle/
DExceptionHandle.java35 void g(int doThrow) throws Exception { in g() argument
36 if (doThrow == 1) { in g()
38 } else if (doThrow == 2) { in g()
/art/test/576-polymorphic-inlining/src/
DMain.java41 if (doThrow) throw new Error(""); in $noinline$testVoid()
47 if (doThrow) throw new Error(""); in $noinline$testWithReturnValue()
53 if (doThrow) throw new Error(""); in $noinline$testWithBackEdge()
75 public static boolean doThrow; field in Main
80 if (doThrow) throw new Error(""); in willOnlyInlineForMainVoid()
/art/test/637-checker-throw-inline/src/
DMain.java20 if (doThrow) throw new Error(""); in $inline$doCall()
24 if (doThrow) throw new Error(""); in tryInline()
63 static boolean doThrow = false; field in Main
/art/test/458-long-to-fpu/src/
DMain.java24 static boolean doThrow = false; field in Main
28 if (doThrow) { in $noinline$FloatConvert()
38 if (doThrow) { in $noinline$DoubleConvert()
/art/test/521-regression-integer-field-set/src/
DMain.java34 private static boolean doThrow = false; field in Main
37 if (doThrow) { in $noinline$SetInstanceField()
47 if (doThrow) { in $noinline$SetStaticField()
/art/test/566-checker-codegen-select/src/
DMain.java24 if (doThrow) { throw new Error(); } in $noinline$longSelect()
49 if (doThrow) { throw new Error(); } in $noinline$longSelect_Constant()
63 if (doThrow) { throw new Error(); } in $noinline$intSelect_Constant()
91 public boolean doThrow = false; field in Main
/art/test/021-string2/src/
DMain.java706 if (doThrow) { throw new Error(); } in $noinline$equalsConstString0()
711 if (doThrow) { throw new Error(); } in $noinline$equalsConstString7()
716 if (doThrow) { throw new Error(); } in $noinline$equalsConstString14()
721 if (doThrow) { throw new Error(); } in $noinline$equalsConstString24()
726 if (doThrow) { throw new Error(); } in $noinline$equalsConstString29()
731 if (doThrow) { throw new Error(); } in $noinline$equalsConstString35()
736 if (doThrow) { throw new Error(); } in $noinline$equalsConstNonAsciiString7()
741 if (doThrow) { throw new Error(); } in $noinline$equalsConstNonAsciiString14()
746 if (doThrow) { throw new Error(); } in $noinline$equalsConstNonAsciiString24()
751 if (doThrow) { throw new Error(); } in $noinline$equalsConstNonAsciiString29()
[all …]
/art/test/536-checker-intrinsic-optimization/src/
DMain.java19 public static boolean doThrow = false; field in Main
123 if (doThrow) { throw new Error(); } in $opt$noinline$getStringLength()
143 if (doThrow) { throw new Error(); } in $opt$noinline$isStringEmpty()
164 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAt()
185 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAtCatch()
215 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumChars()
242 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumLeadingChars()
280 if (doThrow) { throw new Error(); } in $opt$noinline$stringSum4LeadingChars()
/art/test/561-divrem/src/
DMain.java75 if (doThrow) { in $noinline$divInt()
82 if (doThrow) { in $noinline$remInt()
89 if (doThrow) { in $noinline$divLong()
96 if (doThrow) { in $noinline$remLong()
102 static boolean doThrow = false; field in Main
/art/test/570-checker-osr/src/
DMain.java64 if (doThrow) throw new Error(""); in $noinline$returnInt()
74 if (doThrow) throw new Error(""); in $noinline$returnFloat()
84 if (doThrow) throw new Error(""); in $noinline$returnDouble()
94 if (doThrow) throw new Error(""); in $noinline$returnLong()
104 if (doThrow) throw new Error(""); in $noinline$deopt()
245 if (doThrow) throw new Error(); in $opt$noinline$testOsrInlineLoop()
284 public static boolean doThrow = false; field in Main
/art/test/548-checker-inlining-and-dce/src/
DMain.java19 static boolean doThrow = false; field in Main
24 if (doThrow) { throw new Error(""); } in inlinedForNull()
31 if (doThrow) { throw new Error(""); } in inlinedForFalse()

123