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()
2297 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local2298 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()2302 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2317 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2319 << this_type; in CodeFlowVerifyInstruction()2327 work_line_->MarkRefsAsInitialized(this_type); in CodeFlowVerifyInstruction()2385 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local2386 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2389 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2391 << this_type; in CodeFlowVerifyInstruction()