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

/art/runtime/verifier/
H A Dmethod_verifier.cc1545 RegType& res_type = GetCaughtExceptionType(); local
1546 work_line_->SetRegisterType(inst->VRegA_11x(), res_type);
1688 // TODO: check Compiler::CanAccessTypeWithoutChecks returns false when res_type is unresolved
1689 RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); local
1692 res_type.IsConflict() ? res_type
1735 RegType& res_type = ResolveClassAndCheckAccess(type_idx); local
1736 if (res_type.IsConflict()) {
1752 // TODO: check Compiler::CanAccessTypeWithoutChecks returns false when res_type is unresolved
1755 if (!res_type
1777 RegType& res_type = work_line_->GetRegisterType(inst->VRegB_12x()); local
1790 RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); local
1855 RegType& res_type = work_line_->GetRegisterType(inst->VRegA_11x()); local
3428 RegType& res_type = ResolveClassAndCheckAccess(type_idx); local
[all...]

Completed in 8 milliseconds