Home
last modified time | relevance | path

Searched refs:doThrow (Results 1 – 25 of 70) 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/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/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/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/552-checker-sharpening/src/
DMain.java37 public static boolean doThrow = false; field in Main
40 if (doThrow) { throw new Error(); } in $noinline$foo()
139 if (doThrow) { throw new Error(); } in $noinline$getBootImageString()
156 if (doThrow) { throw new Error(); } in $noinline$getNonBootImageString()
166 if (doThrow) { throw new Error(); } in $noinline$getStringClass()
183 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/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/553-invoke-super/src/
DSuperClass.java18 boolean doThrow = false; field in SuperClass
21 if (doThrow) { in $noinline$returnInt()
/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/008-exceptions/src/
DMultiDexBadInitWrapper1.java19 if (doThrow) { throw new Error(); } in setIntField()
23 public static boolean doThrow = false; field in MultiDexBadInitWrapper1
/art/test/008-exceptions/src-multidex/
DMultiDexBadInitWrapper2.java19 if (doThrow) { throw new Error(); } in setIntField()
23 public static boolean doThrow = false; field in MultiDexBadInitWrapper2
/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/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/593-checker-long-2-float-regression/src/
DMain.java19 static boolean doThrow = false; field in Main
38 if (doThrow) { throw new Error(); } in $noinline$longToFloat()
/art/test/672-checker-throw-method/src/
DMain.java26 static private void doThrow(String par) { in doThrow() method in Main
37 doThrow(par); in checkNotNullSplit()
43 doThrow(par); in checkNotNullSplitAlt()
107 doThrow(par); in doit2()
181 doThrow(par); in doit5()
/art/test/526-checker-caller-callee-regs/src/
DMain.java25 static boolean doThrow = false; field in Main
30 if (doThrow) throw new Error(); in $opt$noinline$function_call()
/art/test/578-polymorphic-inlining/src/
DMain.java47 if (doThrow) throw new Error(""); in $noinline$foo()
50 public static boolean doThrow; field in Main
/art/test/529-long-split/src/
DMain.java170 if (doThrow) throw new Error(); in $noinline$doCall()
174 if (doThrow) throw new Error(); in $noinline$doCall()
177 public static boolean doThrow; field in Main
/art/test/530-checker-regression-reftyp-final/src/
DMain.java61 if (doThrow) throw new Error(); in $noinline$getArray()
65 static boolean doThrow = false; field in Main
/art/test/526-long-regalloc/src/
DMain.java57 if (doThrow) throw new Error(); in $noinline$bar()
61 public static boolean doThrow = false; field in Main

123