Uses of Class
de.mirkosertic.bytecoder.core.ir.Value
-
Packages that use Value Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.ir de.mirkosertic.bytecoder.core.parser -
-
Uses of Value in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm that return Value Modifier and Type Method Description Value
JavaLangDoubleIntrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangFloatIntrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type Value Modifier and Type Method Description private WasmValue
WasmStructuredControlflowCodeGenerator. convertToType(Value incoming, org.objectweb.asm.Type targetType)
Value
JavaLangDoubleIntrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangFloatIntrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValue(Value value)
-
Uses of Value in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as Value Modifier and Type Field Description Value[]
Frame. incomingLocals
Value[]
Frame. incomingStack
Value
Frame.PopResult. value
Methods in de.mirkosertic.bytecoder.core.ir with parameters of type Value Modifier and Type Method Description Frame
Frame. pushToStack(Value variable)
Frame
Frame. setLocal(int local, Value value)
Frame
Frame. withLocalsAndStack(Value[] locals, Value[] stack)
Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type Value Constructor Description Frame(Value[] incomingLocals, Value[] incomingStack)
PopResult(Frame newFrame, Value value)
-
Uses of Value in de.mirkosertic.bytecoder.core.parser
Methods in de.mirkosertic.bytecoder.core.parser that return Value Modifier and Type Method Description Value
CoreIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
default Value
Intrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangClassIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangObjectIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
VMIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Methods in de.mirkosertic.bytecoder.core.parser with parameters of type Value Modifier and Type Method Description ControlTokenConsumer
CoreIntrinsics. intrinsifyMethodInvocation(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
default ControlTokenConsumer
Intrinsic. intrinsifyMethodInvocation(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
ControlTokenConsumer
JavaLangSystemIntrinsics. intrinsifyMethodInvocation(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
CoreIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
default Value
Intrinsic. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangClassIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
JavaLangObjectIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Value
VMIntrinsics. intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
Method parameters in de.mirkosertic.bytecoder.core.parser with type arguments of type Value Modifier and Type Method Description private java.util.List<ControlFlow>
GraphParser. parse_NARYINS(ControlFlow currentFlow, java.util.function.Supplier<Value> valueFactory, int numberArgs)
-