Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc100 RegType& this_type = GetRegisterType(this_reg); in GetInvocationThis() local
101 if (!this_type.IsReferenceTypes()) { in GetInvocationThis()
103 << this_reg << " (type=" << this_type << ")"; in GetInvocationThis()
106 return this_type; in GetInvocationThis()
Dmethod_verifier.cc2262 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local
2263 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
2267 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2282 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2284 << this_type; in CodeFlowVerifyInstruction()
2292 work_line_->MarkRefsAsInitialized(this_type); in CodeFlowVerifyInstruction()
2350 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local
2351 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2354 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2356 << this_type; in CodeFlowVerifyInstruction()