Searched refs:DoubleHi (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 76 inline const DoubleHiType& RegTypeCache::DoubleHi() { in DoubleHi() function
|
D | method_verifier.cc | 1786 hi_half = ®_types_.DoubleHi(); in SetTypesFromSignature() 2555 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction() 2559 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction() 3230 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3231 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3241 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3253 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3264 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3269 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3273 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache.h | 134 const DoubleHiType& DoubleHi() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type.cc | 478 return cache->DoubleHi(); in HighHalf()
|
D | reg_type_test.cc | 612 const RegType& double_hi_type = cache_new.DoubleHi(); in TEST_F()
|