Searched refs:that (Results 1 – 25 of 594) sorted by relevance
12345678910>>...24
/art/test/586-checker-null-array-get/ |
D | info.txt | 2 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/ |
D | info.txt | 3 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/runtime/ |
D | mutator_gc_coord.md | 6 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 …]
|
D | alloc_instrumentation.md | 3 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/veridex/ |
D | README.md | 4 Given an APK, finds API uses that fall into the 8 API uses that do not execute at runtime, and reflection uses 9 that do not exist. It can also miss on reflection uses.
|
/art/libnativebridge/ |
D | README.md | 8 is useful to bootstrap devices with an architecture that is not supported by the 10 of apps that can be run on that particular architecture). 12 Starting from L, AOSP supports native bridges (note that it *does not* provide 17 process using the native ISA in the *host* environment. Note that loading
|
/art/artd/ |
D | README.md | 3 artd is a component of ART Service. It is a shim service to do tasks that 4 require elevated permissions that are not available to system_server, such as 6 interface that is internal to ART service's Java code. When it invokes other 12 artd can be controlled by the system properties listed below. Note that the list 23 a few return checks, etc. Note that how artd addresses input files and output
|
/art/test/980-redefine-object/ |
D | info.txt | 3 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/ |
D | info.txt | 3 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/ |
D | info.txt | 1 Test that the compiler can inline methods that throw.
|
/art/libnativeloader/ |
D | README.md | 15 a number to make it unique) that is associated with the given classloader, and 16 tries to load the requested library from that namespace. The actual searching, 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 [all …]
|
/art/test/530-checker-regression-reftyp-final/ |
D | info.txt | 1 Regression test for optimizing that used assume that array types are always exact.
|
/art/test/2250-inline-throw-into-try/ |
D | info.txt | 1 Tests that we inline methods that end with a throw, inside of try blocks.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 3 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/ |
D | info.txt | 1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
|
/art/test/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/art/test/064-field-access/ |
D | info.txt | 1 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/2048-bad-native-registry/ |
D | info.txt | 5 see a message to that effect in the log output). 7 We have this test in addition to 2041-bad-cleaner mostly to test that the output 9 of the toString() method provided by that Runnable.
|
/art/test/1910-transform-with-default/ |
D | info.txt | 3 Tests that we we can redefine classes that have default methods inherited from
|
/art/test/2244-checker-remove-try-boundary/ |
D | info.txt | 1 Tests that we remove TryBoundary instructions if doesn't contain instructions that can throw.
|
/art/test/2253-checker-devirtualize-always-throws/ |
D | info.txt | 1 Tests that if we devirtualize a method that throws given the
|
/art/test/203-multi-checkpoint/ |
D | info.txt | 1 Test that we correctly handle checkpoints that suspend.
|
/art/test/305-other-fault-handler/ |
D | info.txt | 1 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/ |
D | info.txt | 1 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/ |
D | info.txt | 3 Tests that we are able to use java/lang/reflect/Method objects to invoke methods 4 that have been redefined.
|
12345678910>>...24