Home
last modified time | relevance | path

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

12

/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/479-regression-implicit-null-check/
Dinfo.txt1 Tests a regression in which we moved the null check to an instruction which
/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/453-not-byte/
Dinfo.txt1 Regression test for optimizing, which was expecting int only on a not-int instruction.
/art/test/471-uninitialized-locals/
Dinfo.txt1 Regression for the optimizing for crashes during compilation of methods which
/art/test/504-regression-baseline-entry/
Dinfo.txt1 Regression test for the baseline compiler which required the entry block to fall
/art/test/507-referrer/
Dinfo.txt1 Regression test for the optimizing compiler, which used
/art/test/508-referrer-method/
Dinfo.txt1 Regression test for the optimizing compiler, which used
/art/test/469-condition-materialization-regression/
Dinfo.txt1 Regression test for optimizing's code generator which wouldn't
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/test/481-regression-phi-cond/
Dinfo.txt1 Tests a regression in which simplification of a boolean selection could attempt
/art/test/458-long-to-fpu/
Dinfo.txt1 Regression test for x86's code generator, which had a bug in
/art/test/501-regression-packed-switch/
Dinfo.txt1 Regression test for the interpreter and optimizing's builder which used
/art/test/471-deopt-environment/
Dinfo.txt1 Regression test for the bounds check elimination pass, which
/art/test/032-concrete-sub/
Dinfo.txt3 different notions about which methods are abstract.
/art/test/477-checker-bound-type/
Dinfo.txt2 It also tests a code generator regression for GenerateTestAndBranch which
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/472-unreachable-if-regression/
Dinfo.txt1 Regression test for crashes during compilation of methods which end
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali36 # for v3 with float type, which in turn will lead to creating
38 # delete the old phi, which ends up having incompatible input
/art/compiler/dex/quick/mips/
DREADME.mips25 The resource masks in the LIR structure are 64-bits wide, which is enough
29 point registers 16-31. These are the callee-save registers, which therefore
31 o Expand the def/use mask (which, unfortunately, is a significant change)
/art/test/086-null-super/
Dinfo.txt4 This is a regression test for a defect in Dalvik, which was assuming
/art/cmdline/
DREADME.md69 In the above code sample, we define a parser which is capable of parsing something like `--help
170 This is highly discouraged, but for compatibility with `JNI` which allows argument ignores, there is
172 `Ignore` function which takes a list of argument definition names.
176 with invalid values, only user-arguments for which it could not find a matching argument definition.
184 `std::vector<std::string>` and are meant to be used with `AppendValues` in which case the
227 Will parse multiple instances of the same argument repeatedly into the `existing_value` (which will
242 When many arguments are parsed, the result is collapsed down to a `CmdlineResult` which acts as a
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or

12