Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1410 hi_half = &reg_types_.DoubleHi(); in SetTypesFromSignature()
2037 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2041 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction()
2611 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2612 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
2622 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2634 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2645 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
2650 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
2654 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h107 const DoubleHiType& DoubleHi() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DoubleHi() function
Dreg_type.cc455 return cache->DoubleHi(); in HighHalf()
Dreg_type_test.cc579 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()