Home | History | Annotate | Download | only in verifier

Lines Matching refs:GetInvocationThis

2963         const RegType& this_type = work_line_->GetInvocationThis(this, inst);
3044 const RegType& this_type = work_line_->GetInvocationThis(this, inst);
4008 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst);
4009 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed.
4405 const RegType& this_type = work_line_->GetInvocationThis(this, inst);
4440 const RegType& actual_arg_type = reg_line->GetInvocationThis(this, inst, allow_failure);
4502 const RegType& actual_arg_type = work_line_->GetInvocationThis(this, inst);
4503 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed.