Searched refs:LongLo (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1406 lo_half = ®_types_.LongLo(); in SetTypesFromSignature() 2047 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 2051 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 2276 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2298 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2320 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2343 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2366 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 2389 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 2604 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache.h | 98 const LongLoType& LongLo() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LongLo() function
|
D | reg_type_test.cc | 64 const RegType& long_lo = cache.LongLo(); in TEST_F() 250 const RegType& long_reg_type = cache.LongLo(); in TEST_F() 524 const RegType& long_lo_type = cache_new.LongLo(); in TEST_F()
|
D | reg_type_cache.cc | 85 return LongLo(); in FromDescriptor()
|