Home
last modified time | relevance | path

Searched refs:doThrow (Results 1 – 25 of 72) 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/639-checker-code-sinking/src/
DMain.java22 testFieldStores(doThrow); in main()
29 doThrow = true; in main()
44 testStoreStore(doThrow); in main()
73 if (doThrow) { in testSimpleUse()
98 if (doThrow) { in testTwoUses()
126 public static void testFieldStores(boolean doThrow) { in testFieldStores() argument
129 if (doThrow) { in testFieldStores()
160 if (doThrow) { in testFieldStoreCycle()
193 if (doThrow) { in testArrayStores()
204 if (doThrow) { in testOnlyStoreUses()
[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/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/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/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/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/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/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/552-checker-sharpening/src/
DMain.java37 public static boolean doThrow = false; field in Main
40 if (doThrow) { throw new Error(); } in $noinline$foo()
140 if (doThrow) { throw new Error(); } in $noinline$getBootImageString()
157 if (doThrow) { throw new Error(); } in $noinline$getNonBootImageString()
167 if (doThrow) { throw new Error(); } in $noinline$getStringClass()
184 if (doThrow) { throw new Error(); } in $noinline$getOtherClass()
/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/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/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/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/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/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/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/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()
/art/test/536-checker-intrinsic-optimization/src/
DMain.java20 public static boolean doThrow = false; field in Main
126 if (doThrow) { throw new Error(); } in $opt$noinline$getStringLength()
146 if (doThrow) { throw new Error(); } in $opt$noinline$isStringEmpty()
167 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAt()
194 if (doThrow) { throw new Error(); } in $opt$noinline$stringCharAtCatch()
224 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumChars()
251 if (doThrow) { throw new Error(); } in $opt$noinline$stringSumLeadingChars()
289 if (doThrow) { throw new Error(); } in $opt$noinline$stringSum4LeadingChars()
/art/test/553-invoke-super/src/
DSuperClass.java18 boolean doThrow = false; field in SuperClass
21 if (doThrow) { in $noinline$returnInt()
/art/test/008-exceptions/src/
DMultiDexBadInitWrapper1.java19 if (doThrow) { throw new Error(); } in setDummy()
23 public static boolean doThrow = false; field in MultiDexBadInitWrapper1
/art/test/008-exceptions/src-multidex/
DMultiDexBadInitWrapper2.java19 if (doThrow) { throw new Error(); } in setDummy()
23 public static boolean doThrow = false; field in MultiDexBadInitWrapper2
/art/test/564-checker-bitcount/src/
DMain.java28 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountBoolean()
36 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountByte()
44 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountShort()
52 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountChar()
60 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountInt()
68 if (doThrow) { throw new Error(); } // Try defeating inlining. in $noinline$BitCountLong()
205 private static boolean doThrow = false;
/art/test/422-type-conversion/src/
DMain.java633 static boolean doThrow = false; field in Main
636 static long $opt$noinline$ByteToLong(byte a) { if (doThrow) throw new Error(); return (long)a; } in $opt$noinline$ByteToLong()
637 static long $opt$noinline$ShortToLong(short a) { if (doThrow) throw new Error(); return (long)a; } in $opt$noinline$ShortToLong()
638 static long $opt$noinline$IntToLong(int a) { if (doThrow) throw new Error(); return (long)a; } in $opt$noinline$IntToLong()
639 static long $opt$noinline$CharToLong(int a) { if (doThrow) throw new Error(); return (long)a; } in $opt$noinline$CharToLong()
642 …static float $opt$noinline$ByteToFloat(byte a) { if (doThrow) throw new Error(); return (float)a; } in $opt$noinline$ByteToFloat()
643 …static float $opt$noinline$ShortToFloat(short a) { if (doThrow) throw new Error(); return (float)a… in $opt$noinline$ShortToFloat()
644 static float $opt$noinline$IntToFloat(int a) { if (doThrow) throw new Error(); return (float)a; } in $opt$noinline$IntToFloat()
645 …static float $opt$noinline$CharToFloat(char a) { if (doThrow) throw new Error(); return (float)a; } in $opt$noinline$CharToFloat()
648 …static double $opt$noinline$ByteToDouble(byte a) { if (doThrow) throw new Error(); return (double)… in $opt$noinline$ByteToDouble()
[all …]

123