Interface Intrinsic
- All Known Implementing Classes:
CoreIntrinsics
,JavaLangClassIntrinsics
,JavaLangDoubleIntrinsic
,JavaLangFloatIntrinsic
,JavaLangObjectIntrinsics
,JavaLangSystemIntrinsics
,JSIntrinsics
,OpenCLIntrinsics
,VMIntrinsics
,WasmIntrinsics
public interface Intrinsic
-
Method Summary
Modifier and TypeMethodDescriptiondefault ControlTokenConsumer
intrinsifyMethodInvocation
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) default Value
intrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
-
Method Details
-
intrinsifyMethodInvocationWithReturnValue
default Value intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) -
intrinsifyMethodInvocation
default ControlTokenConsumer intrinsifyMethodInvocation(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
-