Searched refs:return_descriptor (Results 1 – 1 of 1) sorted by relevance
3148 const char* return_descriptor = in CodeFlowVerifyInstruction() local3151 reg_types_.FromDescriptor(class_loader_.Get(), return_descriptor, false); in CodeFlowVerifyInstruction()3180 const char* return_descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); in CodeFlowVerifyInstruction() local3184 reg_types_.FromDescriptor(class_loader_.Get(), return_descriptor, false); in CodeFlowVerifyInstruction()4307 const char* return_descriptor = method->GetReturnTypeDescriptor(); in CheckSignaturePolymorphicMethod() local4308 if (strcmp(return_descriptor, expected_return_descriptor) != 0) { in CheckSignaturePolymorphicMethod()4310 << "Signature polymorphic method has unexpected return type: " << return_descriptor in CheckSignaturePolymorphicMethod()