Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1270 RegType& hi_half = descriptor[0] == 'J' ? reg_types_.LongHi() : reg_types_.DoubleHi(); in SetTypesFromSignature()
1868 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
1872 reg_types_.LongHi())) { in CodeFlowVerifyInstruction()
2431 work_line_->CheckUnaryOpWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2432 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
2442 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
2454 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
2458 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
2462 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
2468 work_line_->CheckUnaryOpToWide(inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.h109 static RegType& LongHi() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LongHi() function
Dreg_type_test.cc63 RegType& long_hi = cache.LongHi(); in TEST_F()
513 RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
Dreg_type_cache.cc603 LongHi().VisitRoots(callback, arg); in VisitStaticRoots()
Dreg_type.cc546 return cache->LongHi(); in HighHalf()