Searched refs:HighHalf (Results 1 – 3 of 3) sorted by relevance
2253 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(®_types_)); in CodeFlowVerifyInstruction()2336 work_line_->SetResultRegisterTypeWide(*return_type, return_type->HighHalf(®_types_)); in CodeFlowVerifyInstruction()2362 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction()2420 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction()2686 work_line_->SetResultRegisterTypeWide(return_type, return_type.HighHalf(®_types_)); in CodeFlowVerifyInstruction()3568 component_type.HighHalf(®_types_)); in VerifyAGet()3852 work_line_->SetRegisterTypeWide(vregA, *field_type, field_type->HighHalf(®_types_)); in VerifyISFieldAccess()4009 work_line_->SetRegisterTypeWide(vregA, *field_type, field_type->HighHalf(®_types_)); in VerifyQuickFieldAccess()
123 RegType& HighHalf(RegTypeCache* cache) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
543 RegType& RegType::HighHalf(RegTypeCache* cache) const { in HighHalf() function in art::verifier::RegType