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

/art/runtime/interpreter/
H A Dinterpreter_common.cc1097 Handle<mirror::MethodType> target_method_type = hs.NewHandle(target->GetMethodType()); local
1098 if (UNLIKELY(!target_method_type->IsExactMatch(method_type.Get()) &&
1099 !IsParameterTypeConvertible(target_method_type->GetPTypes()->GetWithoutChecks(0),
1101 ThrowWrongMethodTypeException(target_method_type.Get(), method_type.Get());
1146 Handle<mirror::MethodType> target_method_type = hs.NewHandle(target->GetMethodType()); local
1147 DCHECK_EQ(static_cast<size_t>(inst->VRegA()), target_method_type->NumberOfVRegs());
1153 target_method_type,
1163 target_method_type,

Completed in 33 milliseconds