Searched refs:DoubleLo (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1748 lo_half = ®_types_.DoubleLo(); in SetTypesFromSignature() 2451 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction() 2455 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), 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 | 115 const DoubleLoType& DoubleLo() SHARED_REQUIRES(Locks::mutator_lock_) { in DoubleLo() function
|
D | reg_type_test.cc | 323 const RegType& double_reg_type = cache.DoubleLo(); in TEST_F() 605 const RegType& double_lo_type = cache_new.DoubleLo(); in TEST_F()
|
D | reg_type_cache.cc | 95 return DoubleLo(); in FromDescriptor()
|