Searched refs:LongHi (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1745 hi_half = ®_types_.LongHi(); in SetTypesFromSignature() 2488 reg_types_.LongHi())) { in CodeFlowVerifyInstruction() 2492 reg_types_.LongHi())) { in CodeFlowVerifyInstruction() 3120 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 3121 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3131 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 3143 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3147 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3151 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3157 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache-inl.h | 71 inline const LongHiType& RegTypeCache::LongHi() { in LongHi() function
|
D | reg_type_cache.h | 120 const LongHiType& LongHi() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type.cc | 282 return cache->LongHi(); in HighHalf()
|
D | reg_type_test.cc | 91 const RegType& long_hi = cache.LongHi(); in TEST_F() 590 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
|