Uses of Class
com.ibm.j9ddr.corereaders.minidump.unwind.RuntimeFunction
-
Packages that use RuntimeFunction Package Description com.ibm.j9ddr.corereaders.minidump.unwind -
-
Uses of RuntimeFunction in com.ibm.j9ddr.corereaders.minidump.unwind
Methods in com.ibm.j9ddr.corereaders.minidump.unwind that return RuntimeFunction Modifier and Type Method Description RuntimeFunction
UnwindModule. getUnwindDataForAddress(long address)
Given an instruction address relative to this module, returns the appropriate unwind data for that address.
-