Searched refs:LongLo (Results 1 – 4 of 4) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1269 RegType& lo_half = descriptor[0] == 'J' ? reg_types_.LongLo() : reg_types_.DoubleLo(); in SetTypesFromSignature() 1867 if (!work_line_->VerifyRegisterTypeWide(inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 1871 if (!work_line_->VerifyRegisterTypeWide(inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction() 2097 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2119 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction() 2141 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2164 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction() 2187 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 2210 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction() 2431 work_line_->CheckUnaryOpWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction() [all …]
|
D | reg_type_cache.h | 106 static RegType& LongLo() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LongLo() function
|
D | reg_type_test.cc | 62 RegType& long_lo = cache.LongLo(); in TEST_F() 243 RegType& long_reg_type = cache.LongLo(); in TEST_F() 512 RegType& long_lo_type = cache_new.LongLo(); in TEST_F()
|
D | reg_type_cache.cc | 84 return LongLo(); in FromDescriptor() 602 LongLo().VisitRoots(callback, arg); in VisitStaticRoots()
|