Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h77 inline const DoubleHiType& RegTypeCache::DoubleHi() { in DoubleHi() function
Dmethod_verifier.cc1748 hi_half = &reg_types_.DoubleHi(); in SetTypesFromSignature()
2477 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2481 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
3127 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3128 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3138 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3150 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3161 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3166 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3170 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h122 const DoubleHiType& DoubleHi() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type.cc284 return cache->DoubleHi(); in HighHalf()
Dreg_type_test.cc651 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()