Searched refs:LongHi (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1746 hi_half = ®_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 …]
|
D | reg_type_cache.h | 112 const LongHiType& LongHi() SHARED_REQUIRES(Locks::mutator_lock_) { in LongHi() function
|
D | reg_type_test.cc | 70 const RegType& long_hi = cache.LongHi(); in TEST_F() 550 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
|
D | reg_type.cc | 453 return cache->LongHi(); in HighHalf()
|