Home
last modified time | relevance | path

Searched refs:that (Results 151 – 175 of 489) sorted by relevance

12345678910>>...20

/art/cmdline/
DREADME.md6 This directory contains the classes that do common command line tool initialization and parsing. The
16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,
32 // Note that some template boilerplate has been avoided for clarity.
81 type of value (such as an int or double as in the above `FruitVariantMap` example). To do that, a
82 _wildcard_ must be used to denote the location within the token that the type will be parsed out of.
93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
96 argument that only cares about presence).
132 (Note that this method will not work when the argument definitions have a wildcard because there is
133 no way to position-ally match that).
154 Currently, only `IntoKey` is supported, but that may change in the future.
[all …]
/art/test/559-checker-rtp-ifnotnull/
Dinfo.txt1 Tests that BoundType created for if-not-null does not force untyped loop phis
/art/test/636-wrong-static-access/
Dinfo.txt1 Test that the compiler checks if a resolved field is
/art/test/526-long-regalloc/
Dinfo.txt1 Regression test for optimizing that used to trip when allocating a register
/art/test/536-checker-needs-access-check/
Dinfo.txt1 Verifies that we don't remove type checks when we need to check for access rights.
/art/test/434-shifter-operand/
Dinfo.txt2 compiler, that used to misuse ShifterOperand::CanHold.
/art/test/1941-dispose-stress/
Dinfo.txt3 Ensures that we can receive single step events from JVMTI.
/art/test/413-regalloc-regression/
Dinfo.txt1 Regression test for the linear scan register allocator, that use to
/art/test/528-long-hint/
Dinfo.txt1 Regression test for optimizing that used to crash on x86 when
/art/test/491-current-method/
Dinfo.txt1 Regression test for optimizing that used to
/art/test/2009-structural-local-ref/
Dinfo.txt3 Tests that using the structural redefinition updates JNI local-refs.
/art/test/629-vdex-speed/
Dinfo.txt1 Regression test for vdex that used to not AOT compile
/art/test/950-redefine-intrinsic/
Dinfo.txt3 Tests that we are able to redefine intrinsic functions.
/art/test/111-unresolvable-exception/
Dinfo.txt1 Test that we do not segfault when we check a catch handler
/art/test/997-single-step/
Dinfo.txt3 Ensures that we can receive single step events from JVMTI.
/art/test/126-miranda-multidex/
Dinfo.txt1 This test ensures that cross-dex-file Miranda methods are correctly resolved.
/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/test/562-checker-no-intermediate/
Dinfo.txt1 Regression test for optimizing, checking that there is no
/art/test/096-array-copy-concurrent-gc/
Dinfo.txt1 This is a test to verify that System.arraycopy works nice together with
/art/test/954-invoke-polymorphic-verifier/
Dinfo.txt1 Test cases that should be rejected by the method verifier.
/art/test/585-inline-unresolved/
Dinfo.txt1 Regression test for optimizing that used to crash when inlining
/art/test/1934-jvmti-signal-thread/
Dinfo.txt3 Tests that the StopThread and InterruptThread functions work as expected.
/art/test/1979-threaded-structural-transformation/
Dinfo.txt1 Test that remote threads without references to the redefined class are properly deoptimized when
/art/test/719-dm-verify-redefinition/
Dinfo.txt1 Verifies that the vdex file from a DexMetadata archive is discarded
/art/test/1972-jni-id-swap-indices/
Dinfo.txt3 Also tests that WellKnownClasses jmethodIDs are indices after swap.

12345678910>>...20