Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/art/test/586-checker-null-array-get/
Dinfo.txt2 that used to merge two array gets that have the same inputs but
3 not the same type. Note that this only happens if the array is null.
/art/test/995-breakpoints-throw/
Dinfo.txt3 Tests that it is possible to throw exceptions while handling breakpoint events
4 and that they are handled appropriately. This includes checking that it is
/art/test/637-checker-throw-inline/
Dinfo.txt1 Test that the compiler can inline methods that throw.
/art/tools/veridex/
DREADME.md4 Given an APK, finds API uses that fall into the blacklist/greylists APIs.
7 API uses that do not execute at runtime, and reflection uses
8 that do not exist. It can also miss on reflection uses.
/art/test/530-checker-regression-reftyp-final/
Dinfo.txt1 Regression test for optimizing that used assume that array types are always exact.
/art/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt3 TestInvoker and Test1948 classes. These additions are a new method that loads a
4 constant method-handle and invokes it in TestInvoker and functions that will
5 return the dex & class bytes for the redefinition that changes the target of the
/art/test/980-redefine-object/
Dinfo.txt3 This tests that we are able to redefine methods/constructors on the
6 This also (indirectly) tests that we correctly handle reading annotations on
7 obsolete methods. This is something that is not normally done since there is no
14 possible that the definition of Object contained in the base64 DEX_BYTES array
16 normal Object dex bytes is that (a) it contains only the bytes of the Object
/art/test/136-daemon-jni-shutdown/
Dinfo.txt1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
/art/test/674-vdex-uncompress/
Dinfo.txt1 Test that dex2oat can compile an APK that has uncompressed dex files,
/art/test/1910-transform-with-default/
Dinfo.txt3 Tests that we we can redefine classes that have default methods inherited from
/art/test/203-multi-checkpoint/
Dinfo.txt1 Test that we correctly handle checkpoints that suspend.
/art/test/305-other-fault-handler/
Dinfo.txt1 Test that we correctly handle basic non-generated-code fault handlers
3 Tests that we can use and remove these handlers and they can change mappings.
/art/test/1942-suspend-raw-monitor-exit/
Dinfo.txt1 Tests jvmti suspending of a thread that is interacting with a raw monitor.
3 Makes sure that the RawMonitorExit function does not act as a suspend point.
/art/test/947-reflect-method/
Dinfo.txt3 Tests that we are able to use java/lang/reflect/Method objects to invoke methods
4 that have been redefined.
/art/test/064-field-access/
Dinfo.txt1 The documentation lists exceptional conditions and the exceptions that
5 IllegalAccessException, while passing in a data type that doesn't match
9 This exercises the various failure modes to ensure that behavior is
/art/test/484-checker-register-hints/
Dinfo.txt1 Checks that the register allocator does not punish other
2 blocks because one block forced spilling. The block that
/art/test/626-set-resolved-string/
Dinfo.txt1 Test that even if Java code calls DexCache.setResolvedString and does
2 not strongly intern the given string, the JIT will ensure that the
/art/test/1943-suspend-raw-monitor-wait/
Dinfo.txt1 Tests jvmti suspending of a thread that is interacting with a raw monitor.
3 Makes sure that the RawMonitorWait function acts as a suspend point as the
/art/test/801-VoidCheckCast/
Dinfo.txt1 A test that is only available as a DEX binary.
3 This tests that an attempt to use check-cast with the void type doesn't
/art/test/2033-shutdown-mechanics/
Dinfo.txt1 Check that when the main thread completes with a Daemon thread running
2 in native code, the JNI environment is suitably adjusted so that we
/art/test/2003-double-virtual-structural/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields that are
/art/test/996-breakpoint-obsolete/
Dinfo.txt3 This checks that redefining a class will clear breakpoints on the class's
4 methods and that it is possible to set breakpoints on obsolete methods.
/art/test/2004-double-virtual-structural-abstract/
Dinfo.txt3 Tests that using the structural redefinition can add new virtual methods and fields that are
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md3 breakpointlogger is a JVMTI agent that lets one set breakpoints that are logged
19 * The breakpoint\_location is a number that's a valid jlocation for the runtime
27 set the breakpoint. This means that classes might be initialized earlier than
28 one might expect. This also means that one cannot set breakpoints on classes
29 that cannot be found using standard or bootstrap classloader at startup.
31 * Deviating from this format or including a breakpoint that cannot be found at
/art/test/134-reg-promotion/
Dinfo.txt1 Test that a vreg value that was defined by a const 0 and is used is both ref

12345678910>>...20