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

/art/runtime/verifier/
H A Dmethod_verifier.cc3122 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); local
3123 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed.
3127 if (actual_arg_type.IsUninitializedReference()) {
3142 if (method_type != METHOD_INTERFACE && !actual_arg_type.IsZero()) {
3156 if (!res_method_class->IsAssignableFrom(actual_arg_type)) {
3157 Fail(actual_arg_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS:
3158 VERIFY_ERROR_BAD_CLASS_SOFT) << "'this' argument '" << actual_arg_type
3301 RegType& actual_arg_type = reg_line->GetInvocationThis(inst, is_range); local
3302 if (!actual_arg_type.HasClass()) {
3303 VLOG(verifier) << "Failed to get mirror::Class* from '" << actual_arg_type << "'";
3339 RegType& actual_arg_type = work_line_->GetInvocationThis(inst, is_range); local
[all...]

Completed in 13 milliseconds