Searched refs:LongLo (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1744 lo_half = ®_types_.LongLo(); in SetTypesFromSignature() 2487 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 2491 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 2730 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2752 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2774 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2797 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2820 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 2843 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 3120 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache-inl.h | 68 inline const LongLoType& RegTypeCache::LongLo() { in LongLo() function
|
D | reg_type_cache.h | 119 const LongLoType& LongLo() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type_test.cc | 90 const RegType& long_lo = cache.LongLo(); in TEST_F() 279 const RegType& long_reg_type = cache.LongLo(); in TEST_F() 589 const RegType& long_lo_type = cache_new.LongLo(); in TEST_F()
|
D | reg_type_cache.cc | 102 return LongLo(); in FromDescriptor()
|