You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments