in reply to [B::Deparse] Trying to find sub's code
An XSUB is compiled code (preprocessed C), not Perl. B::Deparse can only decompile Perl code.
Improve your skills with Modern Perl: the free book.