Searched refs:HighHalf (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 2864 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(®_types_)); in CodeFlowVerifyInstruction() 2943 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(®_types_)); in CodeFlowVerifyInstruction() 2965 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction() 3019 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction() 3323 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction() 4377 component_type.HighHalf(®_types_)); in VerifyAGet() 4734 work_line_->SetRegisterTypeWide(this, vregA, *field_type, field_type->HighHalf(®_types_)); in VerifyISFieldAccess() 4884 work_line_->SetRegisterTypeWide(this, vregA, *field_type, field_type->HighHalf(®_types_)); in VerifyQuickFieldAccess()
|
D | reg_type.cc | 450 const RegType& RegType::HighHalf(RegTypeCache* cache) const { in HighHalf() function in art::verifier::RegType
|
D | reg_type.h | 120 const RegType& HighHalf(RegTypeCache* cache) const
|