Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h70 inline const LongHiType& RegTypeCache::LongHi() { in LongHi() function
Dmethod_verifier.cc1783 hi_half = &reg_types_.LongHi(); in SetTypesFromSignature()
2566 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
2570 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
3223 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3224 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3234 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3246 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3250 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3254 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3260 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h132 const LongHiType& LongHi() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_test.cc71 const RegType& long_hi = cache.LongHi(); in TEST_F()
552 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
Dreg_type.cc476 return cache->LongHi(); in HighHalf()