public class Intrinsics extends Object
| Constructor and Description |
|---|
Intrinsics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
intrinsify(Program aProgram,
BytecodeInstructionGETSTATIC aInstruction,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKESPECIAL aInstruction,
BytecodeObjectTypeRef aType,
List<Value> aArguments,
Variable aTarget,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKESTATIC aInstruction,
List<Value> aArguments,
BytecodeObjectTypeRef aObjectType,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionINVOKEVIRTUAL aInstruction,
List<Value> aArguments,
Value aTarget,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
boolean |
intrinsify(Program aProgram,
BytecodeInstructionPUTSTATIC aInstruction,
Value aValue,
RegionNode aTargetBlock,
ParsingHelper aHelper) |
public boolean intrinsify(Program aProgram, BytecodeInstructionINVOKESTATIC aInstruction, List<Value> aArguments, BytecodeObjectTypeRef aObjectType, RegionNode aTargetBlock, ParsingHelper aHelper)
public boolean intrinsify(Program aProgram, BytecodeInstructionINVOKESPECIAL aInstruction, BytecodeObjectTypeRef aType, List<Value> aArguments, Variable aTarget, RegionNode aTargetBlock, ParsingHelper aHelper)
public boolean intrinsify(Program aProgram, BytecodeInstructionINVOKEVIRTUAL aInstruction, List<Value> aArguments, Value aTarget, RegionNode aTargetBlock, ParsingHelper aHelper)
public boolean intrinsify(Program aProgram, BytecodeInstructionGETSTATIC aInstruction, RegionNode aTargetBlock, ParsingHelper aHelper)
public boolean intrinsify(Program aProgram, BytecodeInstructionPUTSTATIC aInstruction, Value aValue, RegionNode aTargetBlock, ParsingHelper aHelper)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.