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.cc2297 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local
2298 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
2302 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2317 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2319 << this_type; in CodeFlowVerifyInstruction()
2327 work_line_->MarkRefsAsInitialized(this_type); in CodeFlowVerifyInstruction()
2385 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); in CodeFlowVerifyInstruction() local
2386 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2389 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2391 << this_type; in CodeFlowVerifyInstruction()