Uses of Class
de.mirkosertic.bytecoder.core.ir.MethodInvocationExpression
-
-
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type MethodInvocationExpression Modifier and Type Method Description private void
JSStructuredControlflowCodeGenerator. writeExpression(MethodInvocationExpression node)
private void
JSStructuredControlflowCodeGenerator. writeExpressionDirectInvocation(MethodInvocationExpression node)
private void
JSStructuredControlflowCodeGenerator. writeExpressionInterfaceInvocation(MethodInvocationExpression node)
private void
JSStructuredControlflowCodeGenerator. writeExpressionStaticInvocation(MethodInvocationExpression node)
private void
JSStructuredControlflowCodeGenerator. writeExpressionVirtualInvocation(MethodInvocationExpression node)
-
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type MethodInvocationExpression Modifier and Type Method Description private void
OpenCLStructuredControlflowCodeGenerator. writeExpression(MethodInvocationExpression node)
private void
OpenCLStructuredControlflowCodeGenerator. writeExpressionDirectInvocation(MethodInvocationExpression node)
private void
OpenCLStructuredControlflowCodeGenerator. writeExpressionStaticInvocation(MethodInvocationExpression node)
private void
OpenCLStructuredControlflowCodeGenerator. writeExpressionVirtualInvocation(MethodInvocationExpression node)
-
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type MethodInvocationExpression Modifier and Type Method Description private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValue(MethodInvocationExpression value)
private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValueDirect(MethodInvocationExpression value)
private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValueInterface(MethodInvocationExpression value)
private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValueStatic(MethodInvocationExpression value)
private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValueVirtual(MethodInvocationExpression value)
-
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return MethodInvocationExpression Modifier and Type Method Description MethodInvocationExpression
Graph. newMethodInvocationExpression(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm)
-