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.cc2471 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local
2472 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
2476 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2491 if (!this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2493 << this_type; in CodeFlowVerifyInstruction()
2502 work_line_->MarkRefsAsInitialized(this, this_type, this_reg, work_insn_idx_); in CodeFlowVerifyInstruction()
2559 const RegType& this_type = work_line_->GetInvocationThis(this, inst, is_range); in CodeFlowVerifyInstruction() local
2560 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()
2563 if (this_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2565 << this_type; in CodeFlowVerifyInstruction()