Home
last modified time | relevance | path

Searched refs:HighHalf (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc2982 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3064 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3089 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3146 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3179 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3212 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
4534 component_type.HighHalf(&reg_types_)); in VerifyAGet()
4945 work_line_->SetRegisterTypeWide(this, vregA, *field_type, field_type->HighHalf(&reg_types_)); in VerifyISFieldAccess()
Dreg_type.cc473 const RegType& RegType::HighHalf(RegTypeCache* cache) const { in HighHalf() function in art::verifier::RegType
Dreg_type.h123 const RegType& HighHalf(RegTypeCache* cache) const