Package | Description |
---|---|
org.jikesrvm.compilers.opt.escape |
Modifier and Type | Method and Description |
---|---|
private static SimpleEscape.AnalysisResult |
SimpleEscape.checkAllAppearances(Register reg,
IR ir)
Checks all appearances of a register, to see if any instruction in
this method causes the object pointed to by the register to escape
this thread and/or method.
|