Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer_test.cc228 TEST(PrettyPrinterTest, IntConstant) { in TEST() argument
Dcodegen_test.cc163 TEST(CodegenTest, IntConstant) { in TEST() argument
Dnodes.h423 M(IntConstant) \
1106 DECLARE_INSTRUCTION(IntConstant);
/art/runtime/verifier/
Dreg_type_cache.h140 ImpreciseConstType& IntConstant() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreg_type.cc832 return reg_types->IntConstant(); in Merge()
838 return reg_types->IntConstant(); in Merge()
841 return reg_types->IntConstant(); in Merge()
Dreg_type_cache.cc461 ImpreciseConstType& RegTypeCache::IntConstant() { in IntConstant() function in art::verifier::RegTypeCache
Dmethod_verifier.cc4186 return reg_types_.IntConstant(); in DetermineCat1Constant()
4202 return reg_types_.IntConstant(); in DetermineCat1Constant()