| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.items.InstructionHints |
Hints for native instruction items.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InstructionHints() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| IPrototypeItem | getCallsitePrototype() | ||||||||||
| Integer | getStackPointerDelta() | ||||||||||
| void |
setCallsitePrototype(IPrototypeItem callsiteProto)
Set the prototype associated with a callsite target.
| ||||||||||
| void |
setStackPointerDelta(Integer spDelta)
Set the stack-pointer delta after the instruction of an instruction.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Set the prototype associated with a callsite target. Typically, this is used on branching instructions instructions to dynamic callsites that have not been determined automatically.
| callsiteProto | a prototype; null to remmove |
|---|
Set the stack-pointer delta after the instruction of an instruction. Typically, this is used on branching instructions to dynamic callsites that have not been determined automatically.
| spDelta | a delta; null to remove |
|---|