Interface INodeEscapeAnalysis
- All Superinterfaces:
IMethodEscapeAnalysis
- All Known Implementing Classes:
TrivialMethodEscape
Basic interface from which to execute and get the results of escape analysis.
-
Method Summary
Methods inherited from interface IMethodEscapeAnalysis
mayEscape
-
Method Details
-
mayEscape
- Parameters:
allocNode- a CGNode which holds an allocation siteallocPC- bytecode index of allocation sitenode- method in question- Returns:
- true if an object allocated at the allocation site <allocMethod,allocPC> may escape from an activation of node m, false otherwise
- Throws:
WalaException
-