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 | 1785 hi_half = ®_types_.DoubleHi(); in SetTypesFromSignature() 2554 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction() 2558 reg_types_.DoubleHi())) { in CodeFlowVerifyInstruction() 3229 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3230 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3240 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3252 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3263 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3268 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3272 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()
|