Searched refs:DoubleHi (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1410 hi_half = ®_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 …]
|
D | reg_type_cache.h | 107 const DoubleHiType& DoubleHi() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DoubleHi() function
|
D | reg_type.cc | 455 return cache->DoubleHi(); in HighHalf()
|
D | reg_type_test.cc | 579 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()
|