Searched refs:LongHi (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 1270 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 …]
|
D | reg_type_cache.h | 109 static RegType& LongHi() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in LongHi() function
|
D | reg_type_test.cc | 63 RegType& long_hi = cache.LongHi(); in TEST_F() 513 RegType& long_hi_type = cache_new.LongHi(); in TEST_F()
|
D | reg_type_cache.cc | 603 LongHi().VisitRoots(callback, arg); in VisitStaticRoots()
|
D | reg_type.cc | 546 return cache->LongHi(); in HighHalf()
|