Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance
61 const RegType& this_type = GetRegisterType(verifier, this_reg); in GetInvocationThis() local62 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()66 << " (type=" << this_type << ")"; in GetInvocationThis()70 return this_type; in GetInvocationThis()
3005 if (this_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()3022 << this_type; in CodeFlowVerifyInstruction()3086 if (this_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()3089 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()3091 << this_type; in CodeFlowVerifyInstruction()4321 if (this_type.IsZeroOrNull()) { in CheckSignaturePolymorphicReceiver()4327 << this_type; in CheckSignaturePolymorphicReceiver()4332 << this_type; in CheckSignaturePolymorphicReceiver()4334 } else if (!this_type.HasClass()) { in CheckSignaturePolymorphicReceiver()4337 << this_type; in CheckSignaturePolymorphicReceiver()[all …]