Uses of Class
com.ibm.dtfj.java.j9.JavaMethod
Packages that use JavaMethod
-
Uses of JavaMethod in com.ibm.dtfj.java.j9
Methods in com.ibm.dtfj.java.j9 that return JavaMethodModifier and TypeMethodDescriptionJavaClass.createNewMethod(long id, String name, String signature, int modifiers) JavaRuntime.methodForID(long method) Methods in com.ibm.dtfj.java.j9 with parameters of type JavaMethodConstructors in com.ibm.dtfj.java.j9 with parameters of type JavaMethodModifierConstructorDescriptionJavaStackFrame(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 JavaMethodModifierConstructorDescriptionNodeByteCode(JavaMethod method, Attributes attributes) NodeJIT(JavaMethod method, Attributes attributes)