Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc4364 const char* argument_descriptor = method->GetTypeDescriptorFromTypeIdx(argument_type_index); in CheckSignaturePolymorphicMethod() local
4365 if (strcmp(argument_descriptor, "[Ljava/lang/Object;") != 0) { in CheckSignaturePolymorphicMethod()
4367 << "Signature polymorphic method has unexpected argument type: " << argument_descriptor; in CheckSignaturePolymorphicMethod()