|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortInliner
Red (cxh) |
Red (cxh) |
Method Summary | |
---|---|
void |
initialize()
Initialize the inliner. |
void |
inlineBroadcast(soot.jimple.JimpleBody body,
soot.jimple.Stmt stmt,
soot.jimple.InvokeExpr expr,
TypedIOPort port)
Replace the broadcast invocation in the given box at the given unit in the given body with a circular array reference. |
void |
inlineGet(soot.jimple.JimpleBody body,
soot.jimple.Stmt stmt,
soot.ValueBox box,
soot.jimple.InvokeExpr expr,
TypedIOPort port)
Replace the get invocation in the given box at the given unit in the given body with a circular array reference. |
void |
inlineGetInside(soot.jimple.JimpleBody body,
soot.jimple.Stmt stmt,
soot.ValueBox box,
soot.jimple.InvokeExpr expr,
TypedIOPort port)
Replace the getInside invocation in the given box at the given unit in the given body with a circular array reference. |
void |
inlineSend(soot.jimple.JimpleBody body,
soot.jimple.Stmt stmt,
soot.jimple.InvokeExpr expr,
TypedIOPort port)
Replace the send command at the given unit in the given body with a circular array reference. |
void |
inlineSendInside(soot.jimple.JimpleBody body,
soot.jimple.Stmt stmt,
soot.jimple.InvokeExpr expr,
TypedIOPort port)
Replace the send command at the given unit in the given body with a circular array reference. |
Method Detail |
---|
void initialize()
void inlineBroadcast(soot.jimple.JimpleBody body, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr, TypedIOPort port)
void inlineGet(soot.jimple.JimpleBody body, soot.jimple.Stmt stmt, soot.ValueBox box, soot.jimple.InvokeExpr expr, TypedIOPort port)
void inlineGetInside(soot.jimple.JimpleBody body, soot.jimple.Stmt stmt, soot.ValueBox box, soot.jimple.InvokeExpr expr, TypedIOPort port)
void inlineSend(soot.jimple.JimpleBody body, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr, TypedIOPort port)
void inlineSendInside(soot.jimple.JimpleBody body, soot.jimple.Stmt stmt, soot.jimple.InvokeExpr expr, TypedIOPort port)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |