Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1745 lo_half = &reg_types_.LongLo(); in SetTypesFromSignature()
2462 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2466 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2710 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2732 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2754 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2777 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2800 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
2823 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
3030 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h109 const LongLoType& LongLo() SHARED_REQUIRES(Locks::mutator_lock_) { in LongLo() function
Dreg_type_test.cc69 const RegType& long_lo = cache.LongLo(); in TEST_F()
257 const RegType& long_reg_type = cache.LongLo(); in TEST_F()
549 const RegType& long_lo_type = cache_new.LongLo(); in TEST_F()
Dreg_type_cache.cc91 return LongLo(); in FromDescriptor()