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 voidJSStructuredControlflowCodeGenerator. writeExpression(MethodInvocationExpression node)private voidJSStructuredControlflowCodeGenerator. writeExpressionDirectInvocation(MethodInvocationExpression node)private voidJSStructuredControlflowCodeGenerator. writeExpressionInterfaceInvocation(MethodInvocationExpression node)private voidJSStructuredControlflowCodeGenerator. writeExpressionStaticInvocation(MethodInvocationExpression node)private voidJSStructuredControlflowCodeGenerator. 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 voidOpenCLStructuredControlflowCodeGenerator. writeExpression(MethodInvocationExpression node)private voidOpenCLStructuredControlflowCodeGenerator. writeExpressionDirectInvocation(MethodInvocationExpression node)private voidOpenCLStructuredControlflowCodeGenerator. writeExpressionStaticInvocation(MethodInvocationExpression node)private voidOpenCLStructuredControlflowCodeGenerator. 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 WasmValueWasmStructuredControlflowCodeGenerator. toWasmValue(MethodInvocationExpression value)private WasmValueWasmStructuredControlflowCodeGenerator. toWasmValueDirect(MethodInvocationExpression value)private WasmValueWasmStructuredControlflowCodeGenerator. toWasmValueInterface(MethodInvocationExpression value)private WasmValueWasmStructuredControlflowCodeGenerator. toWasmValueStatic(MethodInvocationExpression value)private WasmValueWasmStructuredControlflowCodeGenerator. 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 MethodInvocationExpressionGraph. newMethodInvocationExpression(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm)MethodInvocationExpressionMethodInvocationExpression. stampInto(Graph target)
-