| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.ir.AbstractDInstrumenter |
Skeleton for an IR Master Optimizer instrumenter.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractDInstrumenter() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
afterFailedPass(IDOptimizer opt, IDMethodContext ctx, Exception ex)
The default implementation returns 0 (proceed).
| ||||||||||
| int |
afterPass(IDOptimizer opt, IDMethodContext ctx, int optcnt)
The default implementation returns 0 (proceed).
| ||||||||||
| int |
beforePass(IDOptimizer opt, IDMethodContext ctx)
The default implementation returns 0 (proceed).
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDMasterOptimizerInstrumenter
| |||||||||||
The default implementation returns 0 (proceed).
| opt | the method optimizer |
|---|---|
| ctx | the IR context |
| ex | the exception that was thrown by the optimizer |
The default implementation returns 0 (proceed).
| opt | the method optimizer |
|---|---|
| ctx | the IR context |
| optcnt | the number of optimizations performed; may be 0 |
The default implementation returns 0 (proceed).
| opt | the method optimizer |
|---|---|
| ctx | the IR context |