Searched defs:this_type (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dregister_line.cc100 RegType& this_type = GetRegisterType(this_reg); local
101 if (!this_type.IsReferenceTypes()) {
103 << this_reg << " (type=" << this_type << ")"; local
106 return this_type;
H A Dmethod_verifier.cc2262 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); local
2263 if (this_type.IsConflict()) // failure.
2267 if (this_type.IsZero()) {
2273 // RegType& this_super_klass = this_type.GetSuperClass(&reg_types_);
2277 // Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "super class unknown for '" << this_type << "'";
2282 if (!this_type.IsUninitializedTypes()) {
2284 << this_type;
2292 work_line_->MarkRefsAsInitialized(this_type);
2350 RegType& this_type = work_line_->GetInvocationThis(inst, is_range); local
2351 if (this_type
[all...]

Completed in 45 milliseconds