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