Home
last modified time | relevance | path

Searched refs:LongHi (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc1746 hi_half = &reg_types_.LongHi(); in SetTypesFromSignature()
2463 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
2467 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
3030 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3031 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3041 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3053 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3057 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3061 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3067 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h112 const LongHiType& LongHi() SHARED_REQUIRES(Locks::mutator_lock_) { in LongHi() function
Dreg_type_test.cc70 const RegType& long_hi = cache.LongHi(); in TEST_F()
550 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
Dreg_type.cc453 return cache->LongHi(); in HighHalf()