Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 96) sorted by relevance

1234

/art/test/054-uncaught/src/
DMain.java29 private static void testThread(int which) { in testThread() argument
30 Thread t = new Helper(which); in testThread()
40 static void catchTheUncaught(int which) { in catchTheUncaught() argument
44 System.out.println("Test " + which); in catchTheUncaught()
45 switch (which) { in catchTheUncaught()
67 private int which; field in Main.Helper
69 public Helper(int which) { in Helper() argument
70 this.which = which; in Helper()
74 catchTheUncaught(which); in run()
/art/test/047-returns/src/
DMain.java35 public static Runnable pickOne(int which) { in pickOne() argument
38 if (which == 1) in pickOne()
40 else if (which == 2) in pickOne()
42 else if (which == 3) in pickOne()
/art/test/523-checker-can-throw-regression/
Dinfo.txt1 Regression test for the HGraphBuilder which would split a throwing catch block
2 but would not update information about which blocks throw.
/art/test/661-classloader-allocator/
Dinfo.txt1 Regression test for copied methods which used to not
3 which crashed the JIT profiler.
/art/test/479-regression-implicit-null-check/
Dinfo.txt1 Tests a regression in which we moved the null check to an instruction which
/art/tools/checker/
DREADME1 Checker is a testing tool which compiles a given test file and compares the
10 Assertions are tested in groups which correspond to the individual compiler
12 header which specifies the output group it should be tested against. The group
18 - CHECK: Must match an output line which appears in the output group
22 - CHECK-DAG: Must match an output line which appears in the output group
26 - CHECK-NOT: Must not match any output line which appears in the output group
30 therefore create a scope within which the assertion is verified.
31 - CHECK-NEXT: Must match the output line which comes right after the line which
34 - CHECK-EVAL: Specifies a Python expression which must evaluate to 'True'.
/art/test/087-gc-after-link/
Dinfo.txt1 This test causes a linkage error, which calls dvmFreeClassInnards on
4 This is a regression test for a defect in Dalvik, which was assuming
/art/test/068-classloader/
Dinfo.txt4 some situations in which a VM that only checks the UTF-8 signatures could
7 This also tests a couple of situations in which an IllegalAccessException
/art/test/1337-gc-coverage/
Dinfo.txt1 Tests internal GC functions which are not exposed through normal APIs.
/art/test/605-new-string-from-bytes/
Dinfo.txt2 which used to wrongly setup the stack.
/art/test/647-sinking-catch/
Dinfo.txt1 Regression test for the code sinking optimization, which used
/art/test/500-instanceof/
Dinfo.txt1 Regression test for optimizing which used to be
/art/test/453-not-byte/
Dinfo.txt1 Regression test for optimizing, which was expecting int only on a not-int instruction.
/art/test/642-fp-callees/
Dinfo.txt1 Regression test for vixl32 backend, which used to incorrectly
/art/test/657-branches/
Dinfo.txt1 Regression test for the ARM backend, which used to have a bug
/art/test/471-uninitialized-locals/
Dinfo.txt1 Regression for the optimizing for crashes during compilation of methods which
/art/test/598-checker-irreducible-dominance/
Dinfo.txt1 Regression test for HGraphBuilder which would compute wrong dominance information
/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/test/591-checker-regression-dead-loop/
Dinfo.txt1 Regression test for Optimizing's dead block elimination which used to remove
/art/test/592-checker-regression-bool-input/
Dinfo.txt1 Regression test for Optimizing's GraphChecker which used to verify the internal
/art/test/559-bce-ssa/
Dinfo.txt1 Regression test for the optimizing compiler which used
/art/test/658-fp-read-barrier/
Dinfo.txt2 which used to not restore floating point registers.
/art/test/517-checker-builder-fallthrough/
Dinfo.txt1 Regression test for optimizing's builder which created a block under
/art/test/613-inlining-dex-cache/
Dinfo.txt1 Regression test for the JIT compiler which used to
/art/test/504-regression-baseline-entry/
Dinfo.txt1 Regression test for the baseline compiler which required the entry block to fall

1234