Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h74 inline void RegisterLine::SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type) { in SetResultRegisterType() function
Dregister_line.h95 void SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type)
Dmethod_verifier.cc2426 work_line_->SetResultRegisterType(this, *return_type); in CodeFlowVerifyInstruction()
2509 work_line_->SetResultRegisterType(this, *return_type); in CodeFlowVerifyInstruction()
2534 work_line_->SetResultRegisterType(this, return_type); in CodeFlowVerifyInstruction()
2591 work_line_->SetResultRegisterType(this, return_type); in CodeFlowVerifyInstruction()
2888 work_line_->SetResultRegisterType(this, return_type); in CodeFlowVerifyInstruction()
3708 work_line_->SetResultRegisterType(this, reg_types_.Conflict()); in VerifyNewArray()
3714 work_line_->SetResultRegisterType(this, precise_type); in VerifyNewArray()