Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1782 lo_half = &reg_types_.LongLo(); in SetTypesFromSignature()
2565 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2569 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2810 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2832 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2860 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2890 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2914 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
2937 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
3223 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache-inl.h67 inline const LongLoType& RegTypeCache::LongLo() { in LongLo() function
Dreg_type_cache.h131 const LongLoType& LongLo() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_test.cc70 const RegType& long_lo = cache.LongLo(); in TEST_F()
258 const RegType& long_reg_type = cache.LongLo(); in TEST_F()
551 const RegType& long_lo_type = cache_new.LongLo(); in TEST_F()
Dreg_type_cache.cc103 return LongLo(); in FromDescriptor()