|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnyNewExpr | |
soot | Base Soot classes, shared by different intermediate representations. |
soot.dava.internal.javaRep | |
soot.grimp.internal | Internal, messy, implementation-specific classes for the Grimp intermediate representation. |
soot.jimple | Public classes for the Jimple intermediate representation. |
soot.jimple.internal | Internal, messy, implementation-specific classes for the Jimple intermediate representation. |
Uses of AnyNewExpr in soot |
Methods in soot with parameters of type AnyNewExpr | |
boolean |
EscapeAnalysis.mayEscapeMethod(AnyNewExpr n)
Returns true if objects allocated at n may continue to be live after the method in which they are allocated returns. |
boolean |
EscapeAnalysis.mayEscapeMethod(Context c,
AnyNewExpr n)
Returns true if objects allocated at n in context c may continue to be live after the method in which they are allocated returns. |
boolean |
EscapeAnalysis.mayEscapeThread(AnyNewExpr n)
Returns true if objects allocated at n may be accessed in a thread other than the thread in which they were allocated. |
boolean |
EscapeAnalysis.mayEscapeThread(Context c,
AnyNewExpr n)
Returns true if objects allocated at n in context c may be accessed in a thread other than the thread in which they were allocated. |
Uses of AnyNewExpr in soot.dava.internal.javaRep |
Classes in soot.dava.internal.javaRep that implement AnyNewExpr | |
class |
DNewArrayExpr
|
class |
DNewMultiArrayExpr
|
Uses of AnyNewExpr in soot.grimp.internal |
Classes in soot.grimp.internal that implement AnyNewExpr | |
class |
GNewArrayExpr
|
class |
GNewMultiArrayExpr
|
Uses of AnyNewExpr in soot.jimple |
Subinterfaces of AnyNewExpr in soot.jimple | |
interface |
NewArrayExpr
|
interface |
NewExpr
|
interface |
NewMultiArrayExpr
|
Uses of AnyNewExpr in soot.jimple.internal |
Classes in soot.jimple.internal that implement AnyNewExpr | |
class |
AbstractNewArrayExpr
|
class |
AbstractNewExpr
|
class |
AbstractNewMultiArrayExpr
|
class |
JNewArrayExpr
|
class |
JNewExpr
|
class |
JNewMultiArrayExpr
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |