Interface Intrinsic
-
- All Known Implementing Classes:
CoreIntrinsics
,JavaLangClassIntrinsics
,JavaLangDoubleIntrinsic
,JavaLangFloatIntrinsic
,JavaLangObjectIntrinsics
,JavaLangSystemIntrinsics
,JSIntrinsics
,OpenCLIntrinsics
,VMIntrinsics
,WasmIntrinsics
public interface Intrinsic
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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 Detail
-
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)
-
-