Home
last modified time | relevance | path

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

/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/compiler/optimizing/
Dpretty_printer_test.cc239 TEST(PrettyPrinterTest, IntConstant) { in TEST() argument
Dcodegen_test.cc335 TEST(CodegenTest, IntConstant) { in TEST() argument
Dnodes.h832 M(IntConstant, Constant) \
2328 DECLARE_INSTRUCTION(IntConstant);
/art/runtime/verifier/
Dreg_type_cache-inl.h65 inline const ImpreciseConstType& RegTypeCache::IntConstant() { in IntConstant() function
Dreg_type_cache.h132 const ImpreciseConstType& IntConstant() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreg_type.cc626 return reg_types->IntConstant(); in Merge()
632 return reg_types->IntConstant(); in Merge()
635 return reg_types->IntConstant(); in Merge()
Dmethod_verifier.cc4411 return reg_types_.IntConstant(); in DetermineCat1Constant()
4427 return reg_types_.IntConstant(); in DetermineCat1Constant()