Home
last modified time | relevance | path

Searched refs:DoubleLo (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc1748 lo_half = &reg_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 …]
Dreg_type_cache.h115 const DoubleLoType& DoubleLo() SHARED_REQUIRES(Locks::mutator_lock_) { in DoubleLo() function
Dreg_type_test.cc323 const RegType& double_reg_type = cache.DoubleLo(); in TEST_F()
605 const RegType& double_lo_type = cache_new.DoubleLo(); in TEST_F()
Dreg_type_cache.cc95 return DoubleLo(); in FromDescriptor()