This repository was archived by the owner on Feb 23, 2018. It is now read-only.
Commit 0b9ed06
committed
[asm-cherry-pick] Allow setting stack values in analysis frames
Adds a method `setStack` to analysis.Frame which allows setting the
dataflow value of a stack slot.
Used in nullness analysis. After, for example, an instance call,
aliases of the receiver can be set to NotNull, both in locals and
on the stack.1 parent e8ab57a commit 0b9ed06
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
205 | 219 | | |
206 | 220 | | |
207 | 221 | | |
| |||
0 commit comments