Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3171 const char* return_descriptor = in CodeFlowVerifyInstruction() local
3174 reg_types_.FromDescriptor(class_loader_.Get(), return_descriptor, false); in CodeFlowVerifyInstruction()
3203 const char* return_descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); in CodeFlowVerifyInstruction() local
3207 reg_types_.FromDescriptor(class_loader_.Get(), return_descriptor, false); in CodeFlowVerifyInstruction()
4370 const char* return_descriptor = method->GetReturnTypeDescriptor(); in CheckSignaturePolymorphicMethod() local
4371 if (strcmp(return_descriptor, expected_return_descriptor) != 0) { in CheckSignaturePolymorphicMethod()
4373 << "Signature polymorphic method has unexpected return type: " << return_descriptor in CheckSignaturePolymorphicMethod()