Uses of Class
org.jikesrvm.compilers.opt.escape.SimpleEscape.AnalysisResult

Packages that use SimpleEscape.AnalysisResult
org.jikesrvm.compilers.opt.escape   
 

Uses of SimpleEscape.AnalysisResult in org.jikesrvm.compilers.opt.escape
 

Methods in org.jikesrvm.compilers.opt.escape that return SimpleEscape.AnalysisResult
private static SimpleEscape.AnalysisResult SimpleEscape.checkAllAppearances(Register reg, IR ir)
          Check all appearances of a register, to see if any object pointed to by this register may escape this thread and/or method.