Uses of Class
com.ibm.dtfj.java.j9.JavaMethod
-
Packages that use JavaMethod Package Description com.ibm.dtfj.java.j9 com.ibm.jvm.j9.dump.indexsupport -
-
Uses of JavaMethod in com.ibm.dtfj.java.j9
Methods in com.ibm.dtfj.java.j9 that return JavaMethod Modifier and Type Method Description JavaMethod
JavaClass. createNewMethod(long id, String name, String signature, int modifiers)
JavaMethod
JavaRuntime. methodForID(long method)
Methods in com.ibm.dtfj.java.j9 with parameters of type JavaMethod Modifier and Type Method Description void
JavaRuntime. addMethodForID(JavaMethod method, long id)
Constructors in com.ibm.dtfj.java.j9 with parameters of type JavaMethod Constructor Description JavaStackFrame(JavaRuntime javaVM, ImagePointer basePointer, JavaMethod method, ImagePointer pc, int lineNumber)
-
Uses of JavaMethod in com.ibm.jvm.j9.dump.indexsupport
Constructors in com.ibm.jvm.j9.dump.indexsupport with parameters of type JavaMethod Constructor Description NodeByteCode(JavaMethod method, Attributes attributes)
NodeJIT(JavaMethod method, Attributes attributes)
-