Searched refs:LongHi (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 67 inline const LongHiType& RegTypeCache::LongHi() { in LongHi() function
|
D | method_verifier.cc | 1806 hi_half = ®_types_.LongHi(); in SetTypesFromSignature() 2521 reg_types_.LongHi())) { in CodeFlowVerifyInstruction() 2525 reg_types_.LongHi())) { in CodeFlowVerifyInstruction() 3159 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 3160 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3170 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() 3182 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3186 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3190 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction() 3196 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache.h | 120 const LongHiType& LongHi() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type_test.cc | 71 const RegType& long_hi = cache.LongHi(); in TEST_F() 552 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
|
D | reg_type.cc | 459 return cache->LongHi(); in HighHalf()
|