Home
last modified time | relevance | path

Searched refs:doThrow (Results 1 – 25 of 56) 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.java33 testFieldStores(doThrow); in main()
49 doThrow = true; in main()
64 testStoreStore(doThrow); in main()
93 if (doThrow) { in testSimpleUse()
118 if (doThrow) { in testTwoUses()
153 public static void testFieldStores(boolean doThrow) { in testFieldStores() argument
156 if (doThrow) { in testFieldStores()
187 if (doThrow) { in testFieldStoreCycle()
220 if (doThrow) { in testArrayStores()
231 if (doThrow) { in testOnlyStoreUses()
[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/530-checker-loops-try-catch/src/
DMain.java46 if (doThrow) { in $noinline$geo1()
72 if (doThrow) { in $noinline$geo1_Blocking()
107 if (doThrow) { in $noinline$geo2()
133 if (doThrow) { in $noinline$geo2_Blocking()
168 if (doThrow) { in $noinline$geo3()
194 if (doThrow) { in $noinline$geo3_Blocking()
228 if (doThrow) { in $noinline$geo4()
254 if (doThrow) { in $noinline$geo4_Blocking()
290 if (doThrow) { in $noinline$geo5()
317 if (doThrow) { in $noinline$geo5_Blocking()
[all …]
/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/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/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/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/610-arraycopy/src/
DMain.java40 if (doThrow) { throw new Error(); } in $noinline$callArrayCopy()
43 static boolean doThrow = false; field in Main
/art/test/451-spill-splot/src/
DMain.java79 static boolean doThrow = false; field in Main
82 if (doThrow) { in $noinline$computeDouble()
90 if (doThrow) { in $noinline$computeFloat()
/art/test/611-checker-simplify-if/src/
DMain.java216 if (doThrow) throw new Error(""); in $noinline$foo()
274 if (doThrow) throw new Error(""); in $noinline$getNaN()
278 static boolean doThrow; field in Main
/art/test/673-checker-throw-vmethod/src/
DMain.java26 public final void doThrow(String par) { in doThrow() method in Main
37 doThrow(par); in checkNotNullSplit()
101 doThrow(par); in doit2()
/art/test/466-get-live-vreg/src/
DMain.java87 if (doThrow) { in $noinline$testCodeSinking()
92 static boolean doThrow; field in Main
/art/test/732-checker-app-image/src/
DMain.java125 static boolean doThrow = false; field in AppImageClassWithClinit
127 if (doThrow) {
/art/test/482-checker-loop-back-edge-use/src/
DMain.java173 if (doThrow) throw new Error(""); in $opt$noinline$ensureSideEffects()
203 static boolean doThrow = false; field in Main
/art/test/638-no-line-number/
Dexpected-stdout.txt4 at Main.doThrow(Unknown Source:0)
/art/benchmark/string-indexof/src/
DStringIndexOfBenchmark.java117 if (doThrow) { throw new Error(); } in $noinline$indexOf()
121 public static boolean doThrow = false; field in StringIndexOfBenchmark
/art/test/1928-exception-event-exception/
Dexpected-stdout.txt2 main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestExceptio…
8 public static void art.Test1928.doThrow() @ line = 110
13 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "a…
60 main: public static void art.Test1928.doThrow() @ line = 110 throws class art.Test1928$TestExceptio…
66 public static void art.Test1928.doThrow() @ line = 110
71 …eption: "ThrowBaseHandler during throw from public static void art.Test1928.doThrow() @ line = 110"
72 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "a…
/art/test/641-irreducible-inline/smali/
DIrreducibleLoop.smali45 sget-boolean v1,LIrreducibleLoop;->doThrow:Z
54 .field public static doThrow:Z
/art/test/615-checker-arm64-store-zero/src/
DMain.java19 public static boolean doThrow = false; field in Main
40 if (doThrow) throw new Error(); in $noinline$foo()
/art/test/633-checker-rtp-getclass/src/
DMain.java34 public static boolean doThrow = false; field in Main

123