Home | History | Annotate | Download | only in runtime

Lines Matching full:method1

4848                                                       ArtMethod* method1,
4853 Handle<mirror::Class> return_type(hs.NewHandle(method1->GetReturnType(true /* resolve */,
4856 ThrowSignatureCheckResolveReturnTypeException(klass, super_klass, method1, method1);
4862 ThrowSignatureCheckResolveReturnTypeException(klass, super_klass, method1, method2);
4866 ThrowSignatureMismatch(klass, super_klass, method1,
4875 const DexFile::TypeList* types1 = method1->GetParameterTypeList();
4879 ThrowSignatureMismatch(klass, super_klass, method1,
4887 ThrowSignatureMismatch(klass, super_klass, method1,
4896 ThrowSignatureMismatch(klass, super_klass, method1,
4905 method1->GetClassFromTypeIndex(param_type_idx, true /* resolve */, pointer_size)));
4907 ThrowSignatureCheckResolveArgException(klass, super_klass, method1,
4908 method1, i, param_type_idx);
4915 ThrowSignatureCheckResolveArgException(klass, super_klass, method1,
4920 ThrowSignatureMismatch(klass, super_klass, method1,