|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.toolkits.invoke.InlinerSafetyManager
Methods for checking safety requirements for inlining.
Constructor Summary | |
InlinerSafetyManager()
|
Method Summary | |
static boolean |
ensureInlinability(SootMethod target,
Stmt toInline,
SootMethod container,
java.lang.String modifierOptions)
Returns true if this method can be inlined at the given site. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InlinerSafetyManager()
Method Detail |
public static boolean ensureInlinability(SootMethod target, Stmt toInline, SootMethod container, java.lang.String modifierOptions)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |