Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2885 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
2965 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
2988 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3043 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3076 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
3109 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(&reg_types_)); in CodeFlowVerifyInstruction()
4386 component_type.HighHalf(&reg_types_)); in VerifyAGet()
4796 work_line_->SetRegisterTypeWide(vregA, *field_type, field_type->HighHalf(&reg_types_)); in VerifyISFieldAccess()
Dreg_type.cc279 const RegType& RegType::HighHalf(RegTypeCache* cache) const { in HighHalf() function in art::verifier::RegType
Dreg_type.h124 const RegType& HighHalf(RegTypeCache* cache) const