Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1749 hi_half = &reg_types_.DoubleHi(); in SetTypesFromSignature()
2452 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2456 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
3037 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3038 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3048 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3060 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3071 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3076 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3080 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h118 const DoubleHiType& DoubleHi() SHARED_REQUIRES(Locks::mutator_lock_) { in DoubleHi() function
Dreg_type.cc455 return cache->DoubleHi(); in HighHalf()
Dreg_type_test.cc606 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()