Uses of Class
de.mirkosertic.bytecoder.core.ir.Value
Packages that use Value
Package
Description
-
Uses of Value in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm that return ValueModifier and TypeMethodDescriptionJavaLangDoubleIntrinsic.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) 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 ValueModifier and TypeMethodDescriptionprivate WasmValue
WasmStructuredControlflowCodeGenerator.convertToType
(Value incoming, org.objectweb.asm.Type targetType) JavaLangDoubleIntrinsic.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) 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
Subclasses of Value in de.mirkosertic.bytecoder.core.irModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in de.mirkosertic.bytecoder.core.ir declared as ValueModifier and TypeFieldDescriptionfinal Value[]
Frame.incomingLocals
final Value[]
Frame.incomingStack
final Value
Frame.PopResult.value
Methods in de.mirkosertic.bytecoder.core.ir with parameters of type ValueModifier and TypeMethodDescriptionFrame.pushToStack
(Value variable) Frame.withLocalsAndStack
(Value[] locals, Value[] stack) Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type Value -
Uses of Value in de.mirkosertic.bytecoder.core.parser
Methods in de.mirkosertic.bytecoder.core.parser that return ValueModifier and TypeMethodDescriptionCoreIntrinsics.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) JavaLangClassIntrinsics.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) JavaLangObjectIntrinsics.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) 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 ValueModifier and TypeMethodDescriptionCoreIntrinsics.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) JavaLangSystemIntrinsics.intrinsifyMethodInvocation
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) 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) JavaLangClassIntrinsics.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) JavaLangObjectIntrinsics.intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) 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 ValueModifier and TypeMethodDescriptionprivate List
<ControlFlow> GraphParser.parse_NARYINS
(ControlFlow currentFlow, Supplier<Value> valueFactory, int numberArgs)