Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/art/test/559-checker-rtp-ifnotnull/
Dinfo.txt1 Tests that BoundType created for if-not-null does not force untyped loop phis
/art/test/800-smali/smali/
Db_27799205_6.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 .method public static test([Ldo/not/resolve/K;)Ldo/not/resolve/K;
Db_27799205_5.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 .method public static test(Ldo/not/resolve/L;[Ldo/not/resolve/K;Z)V
34 # Test aput-object: v0[v2] = v1. Should fail for v0 not being an array.
Db_22411633_4.smali7 # Do not merge into the backward branch target.
12 # Note: we make sure that it is an uninitialized reference and not a conflict in sister
17 # Allocate a java.lang.Object (do not initialize).
Db_22411633_5.smali7 # Do not merge into the backward branch target.
16 # Make sure this is not an infinite loop.
20 # Allocate a java.lang.Object (do not initialize).
Db_27799205_4.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 .method public static test([I[Ldo/not/resolve/K;Z)V
34 # Test aput-object: v0[v2] = v1. Should fail for v0 not being an array.
Db_27799205_3.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 .method public static test(Ljava/lang/Integer;[Ldo/not/resolve/K;Z)V
34 # Test aput-object: v0[v2] = v1. Should fail for v0 not being an array.
Db_20224106.smali3 # Test that a hard + soft verifier failure in invoke-interface does not lead to
13 # 2) The receiver is not an interface or Object
Db_27799205_1.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
11 .method public static test([Ljava/lang/Object;[Ldo/not/resolve/K;Z)V
Db_27799205_2.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
11 .method public static test([Ljava/lang/Object;[Ldo/not/resolve/K;Z)V
/art/test/600-verifier-fails/
Dinfo.txt6 not hide the hard verification failure (on the type mismatch) to
9 hard verification failure (not calling super in constructor) should
10 bail immediately and not allow soft verification failures to pile up
15 soft verification failure (cannot access) should not hide the hard
/art/test/015-switch/
Dexpected.txt118 CORRECT (not found)
122 CORRECT (not found)
123 CORRECT (not found)
/art/test/071-dexfile/
Dinfo.txt1 Exercise some Dalvik-specific DEX file features. This is not expected to
4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali4 # you may not use this file except in compliance with the License.
18 # Test case in which `inner_back_edge` is not dominated by `inner_header` and
19 # causes `outer_back_edge` to not be dominated by `outer_header`. HGraphBuilder
20 # not do a fix-point iteration and would miss the path to `outer_back_edge`
/art/test/416-optimizing-arith-not/smali/
Dnot.smali7 not-int v0, v1
13 not-long v0, v2
/art/test/474-fp-sub-neg/
Dinfo.txt3 A pair (sub, neg) should not be transforemd to (sub) for
8 Addition or subtraction with fp zero should not be eliminated
/art/test/706-jit-skip-compilation/
Dinfo.txt2 dead dex code. For not compilable methods we don't gather samples and we don't
3 trigger JIT compilation. However kAccDontBotherCompile is not persisted in the
/art/test/086-null-super/
Dinfo.txt2 ClassNotFound, if it can't find the given Class, and not return null.
7 This test is not expected to work for the reference implementation.
/art/test/071-dexfile-map-clean/
Dinfo.txt1 Exercise Dalvik-specific DEX file feature. Will not work on RI.
5 * and when dex2oat is not used
/art/test/472-unreachable-if-regression/smali/
DTest.smali5 # you may not use this file except in compliance with the License.
24 not-int v0, v0
42 not-int v0, v0
/art/test/954-invoke-polymorphic-verifier/smali/
DNonReference.smali5 # you may not use this file except in compliance with the License.
24 # Set v0 to have incorrect type (not a MethodHandle) and value (not null).
DFakeSignaturePolymorphic.smali5 # you may not use this file except in compliance with the License.
28 # Fail here because Main;->invoke does not have right flags (ie not native or varargs).
/art/test/453-not-byte/smali/
DNotByte.smali4 # you may not use this file except in compliance with the License.
21 not-int v0, v0
/art/test/640-checker-boolean-simd/src/
DMain.java83 static void not() { in not() method in Main
111 not(); in main()
/art/runtime/interpreter/mterp/
DMakefile_mterp4 # you may not use this file except in compliance with the License.
16 # Makefile for the Art fast interpreter. This is not currently
35 # conservative fashion. If it's not one of the generated files in "out",

12345678910>>...16