Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance
58 const RegType& this_type = GetRegisterType(verifier, this_reg); in GetInvocationThis() local59 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()63 << " (type=" << this_type << ")"; in GetInvocationThis()67 return this_type; in GetInvocationThis()
2471 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local2472 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()2476 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2491 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2493 << this_type; in CodeFlowVerifyInstruction()2502 work_line_->MarkRefsAsInitialized(this, this_type, this_reg, work_insn_idx_); in CodeFlowVerifyInstruction()2559 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local2560 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2563 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2565 << this_type; in CodeFlowVerifyInstruction()