Home
last modified time | relevance | path

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

/art/runtime/verifier/
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()
Dmethod_verifier.cc2964 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction() local
2965 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
2969 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2984 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2986 << this_type; in CodeFlowVerifyInstruction()
2994 work_line_->MarkRefsAsInitialized(this, this_type); in CodeFlowVerifyInstruction()
3045 const RegType& this_type = work_line_->GetInvocationThis(this, inst); in CodeFlowVerifyInstruction() local
3046 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
3049 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
3051 << this_type; in CodeFlowVerifyInstruction()
[all …]