Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h76 inline const DoubleHiType& RegTypeCache::DoubleHi() { in DoubleHi() function
Dmethod_verifier.cc1775 hi_half = &reg_types_.DoubleHi(); in SetTypesFromSignature()
2541 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2545 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
3222 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3223 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3233 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3245 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3256 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3261 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3265 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h128 const DoubleHiType& DoubleHi() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type.cc478 return cache->DoubleHi(); in HighHalf()
Dreg_type_test.cc612 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()