Home
last modified time | relevance | path

Searched refs:expected_return_descriptor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc4337 const char* expected_return_descriptor; in CheckSignaturePolymorphicMethod() local
4340 expected_return_descriptor = mirror::MethodHandle::GetReturnTypeDescriptor(method_name); in CheckSignaturePolymorphicMethod()
4342 expected_return_descriptor = mirror::VarHandle::GetReturnTypeDescriptor(method_name); in CheckSignaturePolymorphicMethod()
4349 if (expected_return_descriptor == nullptr) { in CheckSignaturePolymorphicMethod()
4371 if (strcmp(return_descriptor, expected_return_descriptor) != 0) { in CheckSignaturePolymorphicMethod()
4374 << " != " << expected_return_descriptor; in CheckSignaturePolymorphicMethod()