Uses of Class
de.mirkosertic.bytecoder.core.ir.MethodInvocation
Packages that use MethodInvocation
Package
Description
-
Uses of MethodInvocation in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type MethodInvocationModifier and TypeMethodDescriptionvoid
JSStructuredControlflowCodeGenerator.write
(MethodInvocation invocation) private void
JSStructuredControlflowCodeGenerator.writeDirect
(MethodInvocation node) private void
JSStructuredControlflowCodeGenerator.writeInterface
(MethodInvocation node) private void
JSStructuredControlflowCodeGenerator.writeStatic
(MethodInvocation node) private void
JSStructuredControlflowCodeGenerator.writeVirtual
(MethodInvocation node) -
Uses of MethodInvocation in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type MethodInvocationModifier and TypeMethodDescriptionvoid
OpenCLStructuredControlflowCodeGenerator.write
(MethodInvocation invocation) private void
OpenCLStructuredControlflowCodeGenerator.writeDirect
(MethodInvocation node) private void
OpenCLStructuredControlflowCodeGenerator.writeInterface
(MethodInvocation node) private void
OpenCLStructuredControlflowCodeGenerator.writeStatic
(MethodInvocation node) private void
OpenCLStructuredControlflowCodeGenerator.writeVirtual
(MethodInvocation node) -
Uses of MethodInvocation in de.mirkosertic.bytecoder.core.backend.sequencer
Methods in de.mirkosertic.bytecoder.core.backend.sequencer with parameters of type MethodInvocationModifier and TypeMethodDescriptionvoid
StructuredControlflowCodeGenerator.write
(MethodInvocation node) -
Uses of MethodInvocation in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type MethodInvocationModifier and TypeMethodDescriptionvoid
WasmStructuredControlflowCodeGenerator.write
(MethodInvocation invocation) private void
WasmStructuredControlflowCodeGenerator.writeDirect
(MethodInvocation node) private void
WasmStructuredControlflowCodeGenerator.writeInterface
(MethodInvocation node) private void
WasmStructuredControlflowCodeGenerator.writeStatic
(MethodInvocation node) private void
WasmStructuredControlflowCodeGenerator.writeVirtual
(MethodInvocation node) -
Uses of MethodInvocation in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return MethodInvocationModifier and TypeMethodDescriptionGraph.newMethodInvocation
(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm)