Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance
100 RegType& this_type = GetRegisterType(this_reg); in GetInvocationThis() local101 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()103 << this_reg << " (type=" << this_type << ")"; in GetInvocationThis()106 return this_type; in GetInvocationThis()
2262 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local2263 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()2267 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2282 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2284 << this_type; in CodeFlowVerifyInstruction()2292 work_line_->MarkRefsAsInitialized(this_type); in CodeFlowVerifyInstruction()2350 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local2351 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2354 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2356 << this_type; in CodeFlowVerifyInstruction()