Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dregister_line.cc61 const RegType& this_type = GetRegisterType(verifier, this_reg); in GetInvocationThis() local
62 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()
66 << " (type=" << this_type << ")"; in GetInvocationThis()
70 return this_type; in GetInvocationThis()
H A Dmethod_verifier.cc3005 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 …]