Uses of Class
org.mozilla.classfile.ClassFileWriter.MHandle
Packages that use ClassFileWriter.MHandle
-
Uses of ClassFileWriter.MHandle in org.mozilla.classfile
Methods in org.mozilla.classfile with parameters of type ClassFileWriter.MHandleModifier and TypeMethodDescriptionvoid
ClassFileWriter.addInvokeDynamic
(String methodName, String methodType, ClassFileWriter.MHandle bsm, Object... bsmArgs) -
Uses of ClassFileWriter.MHandle in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ClassFileWriter.MHandleModifier and TypeFieldDescriptionstatic final ClassFileWriter.MHandle
Bootstrapper.BOOTSTRAP_HANDLE
This is the method handle that's wired in to the bytecode for every dynamic call site in the bytecode.