Home
last modified time | relevance | path

Searched refs:IntConstant (Results 1 – 23 of 23) sorted by relevance

/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali209 ## CHECK-DAG: <<Const0xa:i\d+>> IntConstant 10
210 ## CHECK-DAG: <<Const0xb:i\d+>> IntConstant 11
211 ## CHECK-DAG: <<Const0xc:i\d+>> IntConstant 12
212 ## CHECK-DAG: <<Const0xd:i\d+>> IntConstant 13
213 ## CHECK-DAG: <<Const0xe:i\d+>> IntConstant 14
214 ## CHECK-DAG: <<Const0xf:i\d+>> IntConstant 15
215 ## CHECK-DAG: <<Const0x10:i\d+>> IntConstant 16
216 ## CHECK-DAG: <<Const0x11:i\d+>> IntConstant 17
224 ## CHECK-DAG: <<Const0xb:i\d+>> IntConstant 11
225 ## CHECK-DAG: <<Const0xc:i\d+>> IntConstant 12
[all …]
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali29 ## CHECK-DAG: <<Cst1:i\d+>> IntConstant 1
30 ## CHECK-DAG: <<Cst5:i\d+>> IntConstant 5
31 ## CHECK-DAG: <<Cst7:i\d+>> IntConstant 7
42 ## CHECK-DAG: <<Cst7:i\d+>> IntConstant 7
80 ## CHECK-DAG: <<Cst1:i\d+>> IntConstant 1
81 ## CHECK-DAG: <<Cst5:i\d+>> IntConstant 5
82 ## CHECK-DAG: <<Cst7:i\d+>> IntConstant 7
95 ## CHECK-DAG: <<Cst7:i\d+>> IntConstant 7
136 ## CHECK-DAG: <<Cst1:i\d+>> IntConstant 1
137 ## CHECK-DAG: <<Cst5:i\d+>> IntConstant 5
[all …]
/art/test/468-checker-bool-simplifier-regression/smali/
DTestCase.smali22 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
23 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
30 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
31 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
/art/test/458-checker-instruction-simplification/smali/
DSmaliTests.smali20 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
42 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
64 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
86 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
108 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
130 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
152 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
174 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
/art/test/442-checker-constant-folding/smali/
DTestCmp.smali29 ## CHECK-DAG: <<Const1:i\d+>> IntConstant 1
52 ## CHECK-DAG: <<ConstM1:i\d+>> IntConstant -1
75 ## CHECK-DAG: <<ConstM1:i\d+>> IntConstant -1
98 ## CHECK-DAG: <<ConstM1:i\d+>> IntConstant -1
121 ## CHECK-DAG: <<ConstM1:i\d+>> IntConstant -1
143 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
164 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
185 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
206 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
227 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0
[all …]
/art/test/535-regression-const-val/
Dinfo.txt1 Test a regression where SsaChecker would fail comparing raw value of IntConstant
/art/test/450-checker-types/smali/
DSmaliTests.smali19 ## CHECK-DAG: <<Cst0:i\d+>> IntConstant 0
45 ## CHECK-DAG: <<Cst1:i\d+>> IntConstant 1
71 ## CHECK-DAG: <<Cst0:i\d+>> IntConstant 0
97 ## CHECK-DAG: <<Cst1:i\d+>> IntConstant 1
/art/test/552-checker-primitive-typeprop/smali/
DArraySet.smali24 ## CHECK-DAG: <<IntA:i\d+>> IntConstant 0
25 ## CHECK-DAG: <<IntB:i\d+>> IntConstant 1073741824
/art/test/588-checker-irreducible-lifetime-hole/smali/
DIrreducibleLoop.smali21 ## CHECK-DAG: <<Constant:i\d+>> IntConstant 42
62 ## CHECK-DAG: <<Constant:i\d+>> IntConstant 42
/art/test/510-checker-try-catch/smali/
DBuilder.smali26 ## CHECK-DAG: <<Minus1:i\d+>> IntConstant -1
27 ## CHECK-DAG: <<Minus2:i\d+>> IntConstant -2
28 ## CHECK-DAG: <<Minus3:i\d+>> IntConstant -3
139 ## CHECK: <<Minus1:i\d+>> IntConstant -1
241 ## CHECK-DAG: <<Minus1:i\d+>> IntConstant -1
242 ## CHECK-DAG: <<Minus2:i\d+>> IntConstant -2
317 ## CHECK-DAG: <<Minus1:i\d+>> IntConstant -1
318 ## CHECK-DAG: <<Minus2:i\d+>> IntConstant -2
408 ## CHECK-DAG: <<Minus1:i\d+>> IntConstant -1
409 ## CHECK-DAG: <<Minus2:i\d+>> IntConstant -2
[all …]
DSsaBuilder.smali134 ## CHECK-DAG: <<Cst5:i\d+>> IntConstant 5
135 ## CHECK-DAG: <<Cst7:i\d+>> IntConstant 7
DRuntime.smali187 ## CHECK-DAG: <<Const3:i\d+>> IntConstant 3
188 ## CHECK-DAG: <<Const8:i\d+>> IntConstant 8
/art/compiler/optimizing/
Dpretty_printer_test.cc231 TEST_F(PrettyPrinterTest, IntConstant) { in TEST_F() argument
Dcodegen_test.cc384 TEST_F(CodegenTest, IntConstant) { in TEST_F() argument
Dnodes.h1221 M(IntConstant, Constant) \
2548 DECLARE_INSTRUCTION(IntConstant);
/art/test/517-checker-builder-fallthrough/smali/
DTestCase.smali24 ## CHECK: <<Const0:i\d+>> IntConstant 0
/art/tools/checker/
DREADME53 /// CHECK: <<ID:i\d+>> IntConstant {{11|22}}
77 /// CHECK: <<ID:i\d+>> IntConstant {{11|22}}
/art/runtime/verifier/
Dreg_type_cache-inl.h65 inline const ImpreciseConstType& RegTypeCache::IntConstant() { in IntConstant() function
Dreg_type_cache.h143 const ImpreciseConstType& IntConstant() SHARED_REQUIRES(Locks::mutator_lock_);
Dreg_type.cc637 return reg_types->IntConstant(); in Merge()
643 return reg_types->IntConstant(); in Merge()
646 return reg_types->IntConstant(); in Merge()
Dmethod_verifier.cc5059 return reg_types_.IntConstant(); in DetermineCat1Constant()
5075 return reg_types_.IntConstant(); in DetermineCat1Constant()
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali21 ## CHECK-DAG: <<Constant:i\d+>> IntConstant 42
/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali29 ## CHECK-DAG: <<Cst0:i\d+>> IntConstant 0