Searched refs:that (Results 1 – 25 of 338) sorted by relevance
12345678910>>...14
/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/runtime/jdwp/ |
D | README.txt | 3 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/ |
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/test/637-checker-throw-inline/ |
D | info.txt | 1 Test that the compiler can inline methods that throw.
|
/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/530-checker-regression-reftyp-final/ |
D | info.txt | 1 Regression test for optimizing that used assume that array types are always exact.
|
/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/1910-transform-with-default/ |
D | info.txt | 3 Tests that we we can redefine classes that have default methods inherited from
|
/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/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.
|
/art/test/626-set-resolved-string/ |
D | info.txt | 1 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/ |
D | info.txt | 1 Checks that the register allocator does not punish other 2 blocks because one block forced spilling. The block that
|
/art/test/801-VoidCheckCast/ |
D | info.txt | 1 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/ |
D | info.txt | 3 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/ |
D | info.txt | 1 Test that a vreg value that was defined by a const 0 and is used is both ref
|
/art/test/435-new-instance/ |
D | info.txt | 1 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/ |
D | info.txt | 1 A simple test that forces many monitors to be inflated, while checking 2 that hashcodes are consistently maintained.
|
/art/test/978-virtual-interface/ |
D | info.txt | 5 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/ |
D | b_21869691I.smali | 1 # 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.
|
D | b_21869691A.smali | 1 # 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/ |
D | info.txt | 4 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/ |
D | config.pro | 2 # 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/ |
D | info.txt | 1 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/ |
D | NOTICE | 26 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/ |
D | info.txt | 9 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