Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc58 const RegType& this_type = GetRegisterType(verifier, this_reg); in GetInvocationThis() local
59 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()
63 << " (type=" << this_type << ")"; in GetInvocationThis()
67 return this_type; in GetInvocationThis()
Dmethod_verifier.cc2905 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local
2906 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
2910 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2925 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2927 << this_type; in CodeFlowVerifyInstruction()
2935 work_line_->MarkRefsAsInitialized(this, this_type); in CodeFlowVerifyInstruction()
2985 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local
2986 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2989 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2991 << this_type; in CodeFlowVerifyInstruction()