Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h73 inline const DoubleLoType& RegTypeCache::DoubleLo() { in DoubleLo() function
Dmethod_verifier.cc1785 lo_half = &reg_types_.DoubleLo(); in SetTypesFromSignature()
2554 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2558 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), 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 …]
Dreg_type_cache.h133 const DoubleLoType& DoubleLo() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_test.cc324 const RegType& double_reg_type = cache.DoubleLo(); in TEST_F()
611 const RegType& double_lo_type = cache_new.DoubleLo(); in TEST_F()
Dreg_type_cache.cc107 return DoubleLo(); in FromDescriptor()