Uses of Class
de.mirkosertic.bytecoder.core.ir.AnalysisStack
-
-
Uses of AnalysisStack in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type AnalysisStack Modifier and Type Method Description OpenCLCompileResult
OpenCLCompileBackend. generateCodeFor(CompileUnit compileUnit, java.lang.Class entryPointClass, java.lang.String entryPointMethodName, org.objectweb.asm.Type entryPointSignature, AnalysisStack analysisStack, Optimizer optimizer)
private OpenCLContext.CachedKernel
OpenCLContext. kernelFor(Kernel kernel, AnalysisStack analysisStack)
-
Uses of AnalysisStack in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type AnalysisStack 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)
-
Uses of AnalysisStack in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as AnalysisStack Modifier and Type Field Description private AnalysisStack
AnalysisException. analysisStack
Methods in de.mirkosertic.bytecoder.core.ir that return AnalysisStack Modifier and Type Method Description AnalysisStack
AnalysisStack. addAction(AnalysisStack.Action action)
AnalysisStack
AnalysisException. getAnalysisStack()
Methods in de.mirkosertic.bytecoder.core.ir with parameters of type AnalysisStack Modifier and Type Method Description void
ResolvedClass. computeOpaqueReferenceTypeAndCallbackStatus(AnalysisStack analysisStack)
void
ResolvedClass. finalizeLinkingHierarchy(AnalysisStack analysisStack)
void
ResolvedMethod. parseBody(AnalysisStack analysisStack)
ResolvedClass
ResolvedClass. requestInitialization(AnalysisStack analysisStack)
ResolvedMethod
ResolvedClass. resolveMethod(java.lang.String methodName, org.objectweb.asm.Type methodType, AnalysisStack analysisStack)
private ResolvedMethod
ResolvedClass. resolveMethodInternal(java.lang.String methodName, org.objectweb.asm.Type methodType, AnalysisStack analysisStack, boolean onlyImplementations)
Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type AnalysisStack Constructor Description AnalysisException(java.lang.Throwable cause, AnalysisStack analysisStack)
-
Uses of AnalysisStack in de.mirkosertic.bytecoder.core.parser
Fields in de.mirkosertic.bytecoder.core.parser declared as AnalysisStack Modifier and Type Field Description private AnalysisStack
GraphParser. analysisStack
Methods in de.mirkosertic.bytecoder.core.parser with parameters of type AnalysisStack 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)
private ResolvedClass
CompileUnit. loadClass(org.objectweb.asm.Type type, org.objectweb.asm.tree.ClassNode classNode, AnalysisStack analysisStack)
ResolvedClass
CompileUnit. resolveClass(org.objectweb.asm.Type type, AnalysisStack analysisStack)
Constructors in de.mirkosertic.bytecoder.core.parser with parameters of type AnalysisStack Constructor Description GraphParser(CompileUnit compileUnit, org.objectweb.asm.Type ownerType, org.objectweb.asm.tree.MethodNode methodNode, AnalysisStack analysisStack)
-
Uses of AnalysisStack in de.mirkosertic.bytecoder.maven
Methods in de.mirkosertic.bytecoder.maven with parameters of type AnalysisStack Modifier and Type Method Description private java.lang.String
BytecoderMavenMojo. printStackTrace(AnalysisStack analysisStack)
-