You are looking for a team
/methods -all
which prints all methods, including those that were added when JShell started, and methods that did not execute, were overwritten or deleted.
For active methods you have declared, use it simply without any arguments:
/methods
source share