Home
last modified time | relevance | path

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

12345678910>>...22

/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/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/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/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/637-checker-throw-inline/
Dinfo.txt1 Test that the compiler can inline methods that throw.
/art/test/530-checker-regression-reftyp-final/
Dinfo.txt1 Regression test for optimizing that used assume that array types are always exact.
/art/runtime/
Dmutator_gc_coord.md6 thread stacks, the garbage collector needs to ensure that Java data processed
8 should not hold references to the heap that are invisible to the garbage
9 collector. And they should not be modifying the data that is visible to the
17 implementation that also provides additional facilities, such as the ability
18 to exclude only a single thread, so that we can specifically examine its heap
34 cooperation, and the thread is not runnable, it is assured that the mutator is
41 ensure that such code, which does not execute "suspend points", and can thus not
47 Although we say that a thread is "suspended" when it is not running Java code,
48 it may in fact still be running native code and touching data structures that
53 mutex. The monitor code must be quite careful to ensure that this does not cause
[all …]
Dalloc_instrumentation.md3 dispatch, and templatized allocation code that can be used to generate either instrumented
6 When we call an allocation routine, we always indirect through a thread-local function table that
11 The function table is thread-local. There appears to be no logical necessity for that; it just
23 Mutual exclusion in the dispatch table is thus ensured by the fact that it is only updated while
30 2. Make sure that we hold the mutator lock when accessing it.
/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/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/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/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/809-checker-invoke-super-bss/
Dinfo.txt1 Test that the dex invoke index of an HInvokeStaticOrDirect coming for a super
2 call is that of the resolved method. The BSS logic at runtime depends on it.
/art/libnativeloader/
DREADME.md14 library finds the linker namespace (named `classloader-namespace`) that is
20 associated with the classloader that loaded the APK. The linker namespace is
21 configured so that only the JNI libraries embedded in the APK is accessible
28 public native libraries that is listed in `/system/etc/public.libraries.txt`
43 - `/vendor/etc/public.libraries.txt`: libraries in `/vendor/lib` that are
46 `/{system|product}/lib` that a device manufacturer has newly added. The
50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it
72 is a manager-like entity that is responsible for creating and configuring
76 `native_loader_namespace.cpp` implements the class `NativeLoaderNamespace` that
78 dynamic linker interface so that other parts of this library do not have to know
/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/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/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

12345678910>>...22