Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1269 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 …]
Dreg_type_cache.h106 static RegType& LongLo() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LongLo() function
Dreg_type_test.cc62 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()
Dreg_type_cache.cc84 return LongLo(); in FromDescriptor()
602 LongLo().VisitRoots(callback, arg); in VisitStaticRoots()