Home
last modified time | relevance | path

Searched refs:Not (Results 1 – 25 of 38) sorted by relevance

12

/art/test/1961-obsolete-jit-multithread/
Dexpected.txt2 Thread 0: Not doing anything here
8 Thread 0: Not doing anything here
12 Thread 1: Not doing anything here
18 Thread 1: Not doing anything here
22 Thread 2: Not doing anything here
28 Thread 2: Not doing anything here
32 Thread 3: Not doing anything here
38 Thread 3: Not doing anything here
42 Thread 4: Not doing anything here
48 Thread 4: Not doing anything here
[all …]
/art/test/1960-obsolete-jit-multithread-native/
Dexpected.txt2 Thread 0: Not doing anything here
8 Thread 0: Not doing anything here
12 Thread 1: Not doing anything here
18 Thread 1: Not doing anything here
22 Thread 2: Not doing anything here
28 Thread 2: Not doing anything here
32 Thread 3: Not doing anything here
38 Thread 3: Not doing anything here
42 Thread 4: Not doing anything here
48 Thread 4: Not doing anything here
[all …]
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali23 ## CHECK-DAG: <<Not:i\d+>> Not [<<Get>>]
25 ## CHECK-DAG: And [<<Not>>,<<Shl>>]
29 ## CHECK-DAG: <<Not:i\d+>> Not [<<Get>>]
30 ## CHECK-DAG: DataProcWithShifterOp [<<Not>>,<<Get>>] kind:And+LSL shift:2
34 ## CHECK-DAG: <<Not:i\d+>> Not [<<Get>>]
36 ## CHECK-DAG: And [<<Not>>,<<Shl>>]
40 ## CHECK-DAG: <<Not:i\d+>> Not [<<Get>>]
41 ## CHECK-DAG: DataProcWithShifterOp [<<Not>>,<<Get>>] kind:And+LSL shift:2
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali19 # Test transformation of Not/Not/And into Or/Not.
25 ## CHECK-DAG: <<Not1:i\d+>> Not [<<P1>>]
26 ## CHECK-DAG: <<Not2:i\d+>> Not [<<P2>>]
34 ## CHECK-DAG: <<Not:i\d+>> Not [<<Or>>]
35 ## CHECK-DAG: Return [<<Not>>]
38 ## CHECK-DAG: Not
39 ## CHECK-NOT: Not
64 # Test transformation of Not/Not/And into Or/Not for boolean negations.
112 # Test transformation of Not/Not/Or into And/Not.
117 ## CHECK-DAG: <<Not1:j\d+>> Not [<<P1>>]
[all …]
/art/test/945-obsolete-native/
Dexpected.txt2 Not doing anything here
8 Not doing anything here
/art/test/914-hello-obsolescence/
Dexpected.txt2 Not doing anything here
8 Not doing anything here
/art/test/951-threaded-obsolete/
Dexpected.txt2 Not doing anything here
8 Not doing anything here
/art/test/926-multi-obsolescence/
Dexpected.txt3 Not doing anything here
13 Not doing anything here
/art/test/942-private-recursive/
Dexpected.txt3 Not doing anything here
17 Not doing anything here
/art/test/943-private-recursive-jit/
Dexpected.txt3 Not doing anything here
17 Not doing anything here
/art/test/941-recurive-obsolete-jit/
Dexpected.txt3 Not doing anything here
17 Not doing anything here
/art/test/940-recursive-obsolete/
Dexpected.txt3 Not doing anything here
17 Not doing anything here
/art/test/985-re-obsolete/
Dexpected.txt4 Not doing anything here
18 Not doing anything here
32 Not doing anything here
/art/test/946-obsolete-throw/
Dexpected.txt2 Not doing anything here
14 Not doing anything here
/art/test/916-obsolete-jit/
Dexpected.txt4 Not doing anything here
18 Not doing anything here
/art/test/915-obsolete-2/
Dexpected.txt4 Not doing anything here
18 Not doing anything here
/art/test/919-obsolete-fields/
Dexpected.txt4 Not doing anything here
18 Not doing anything here
/art/tools/checker/match/
Dfile.py39 assertion.variant in [TestAssertion.Variant.DAG, TestAssertion.Variant.Not]):
94 assert assertion.variant == TestAssertion.Variant.Not
126 elif assertionGroup[0].variant == TestAssertion.Variant.Not:
184 if e.assertion.variant == TestAssertion.Variant.Not:
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali24 ## CHECK-DAG: Not loop:<<Loop>>
29 ## CHECK-DAG: Not liveness:<<LBackEdge:\d+>>
73 ## CHECK-DAG: Not loop:<<Loop>>
77 ## CHECK-DAG: Not liveness:<<LBackEdge1:\d+>>
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali26 ## CHECK-DAG: <<Not:i\d+>> Not [<<Arg>>]
27 ## CHECK-DAG: Return [<<Not>>]
92 ## CHECK-DAG: <<Not:i\d+>> Not [<<Arg>>]
93 ## CHECK-DAG: <<Add:i\d+>> Add [<<Arg>>,<<Not>>]
97 ## CHECK: Not
98 ## CHECK-NOT: Not
DSmaliTests.smali336 ## CHECK-DAG: <<Not1:j\d+>> Not [<<Arg>>]
337 ## CHECK-DAG: <<Not2:j\d+>> Not [<<Not1>>]
345 ## CHECK-NOT: Not
361 ## CHECK-DAG: <<Not1:i\d+>> Not [<<Arg>>]
362 ## CHECK-DAG: <<Not2:i\d+>> Not [<<Not1>>]
368 ## CHECK-DAG: <<Not:i\d+>> Not [<<Arg>>]
369 ## CHECK-DAG: <<Add:i\d+>> Add [<<Arg>>,<<Not>>]
373 ## CHECK: Not
374 ## CHECK-NOT: Not
/art/test/984-obsolete-invoke/
Dexpected.txt7 Not doing anything here
/art/tools/checker/file_format/checker/
Dstruct.py78 InOrder, NextLine, DAG, Not, Eval = range(5) variable in TestAssertion.Variant
97 if self.variant == TestAssertion.Variant.Not:
Dparser.py111 return (notLine, TestAssertion.Variant.Not, lineNo), None, None
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali41 # elimination pass to add a HDeoptimize. Not having the bounds check helped
110 # elimination pass to add a HDeoptimize. Not having the bounds check helped

12