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.cc1785 hi_half = &reg_types_.DoubleHi(); in SetTypesFromSignature()
2554 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2558 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
3229 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3230 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3240 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3252 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3263 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3268 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3272 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h134 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()