Searched refs:DoubleLo (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 73 inline const DoubleLoType& RegTypeCache::DoubleLo() { in DoubleLo() function
|
D | method_verifier.cc | 1774 lo_half = ®_types_.DoubleLo(); in SetTypesFromSignature() 2540 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction() 2544 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction() 3222 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3223 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3233 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3245 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3256 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction() 3261 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() 3265 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache.h | 127 const DoubleLoType& DoubleLo() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type_test.cc | 324 const RegType& double_reg_type = cache.DoubleLo(); in TEST_F() 611 const RegType& double_lo_type = cache_new.DoubleLo(); in TEST_F()
|
D | reg_type_cache.cc | 101 return DoubleLo(); in FromDescriptor()
|