Home
last modified time | relevance | path

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

12345678910>>...14

/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/runtime/jdwp/
DREADME.txt3 This is a reasonably complete implementation, but only messages that are
5 behind this is that it's better to leave a call unimplemented than have
6 something that appears implemented but has never been tested.
9 runtime, so that the code might be useful in other projects. Once you get
/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/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/530-checker-regression-reftyp-final/
Dinfo.txt1 Regression test for optimizing that used assume that array types are always exact.
/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/1910-transform-with-default/
Dinfo.txt3 Tests that we we can redefine classes that have default methods inherited from
/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/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/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/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/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/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/134-reg-promotion/
Dinfo.txt1 Test that a vreg value that was defined by a const 0 and is used is both ref
/art/test/435-new-instance/
Dinfo.txt1 Tests that new-instance throws:
6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/596-monitor-inflation/
Dinfo.txt1 A simple test that forces many monitors to be inflated, while checking
2 that hashcodes are consistently maintained.
/art/test/978-virtual-interface/
Dinfo.txt5 This test checks that we correctly detect when one attempts to invoke an
6 interface method via the invoke-virtual opcode and that correct exceptions are
/art/test/800-smali/smali/
Db_21869691I.smali1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
4 # This is the interface class that has an "a" method.
Db_21869691A.smali1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
4 # When using invoke-interface on a method id that is not from an interface class, we should throw
5 # an IncompatibleClassChangeError. FindInterfaceMethod assumes that the given type is an interface,
6 # so we can construct a class hierarchy that would have a surprising result:
/art/test/993-breakpoints/
Dinfo.txt4 that are entered in every way possible for the given class of method.
6 It also tests that breakpoints don't interfere with each other by having
/art/tools/ahat/test-dump/
Dconfig.pro2 # program so that the heap dump it generates is an obfuscated heap dump.
3 # This allows us to test that deobfuscation of the generated heap dump is
/art/test/097-duplicate-method/
Dinfo.txt1 This is a test to verify that duplicate methods in a dex file are handled
4 We need to build a dex file with duplicate methods. We cannot do that
/art/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/art/test/435-try-finally-without-catch/
Dinfo.txt9 that clever regarding exception handling: if the divisor is known to
15 clause but with no `catch' block: in that case, the generated Dex code
18 clue that it contains a `try' statement, which it cannot optimize
19 (yet). With no hint that this method might contain one (or several)

12345678910>>...14