public class ValueNumberCache
extends java.lang.Object
ValueNumberAnalysis| Modifier and Type | Class | Description |
|---|---|---|
static class |
ValueNumberCache.Entry |
An entry in the cache.
|
| Constructor | Description |
|---|---|
ValueNumberCache() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addOutputValues(ValueNumberCache.Entry entry,
ValueNumber[] outputValueList) |
Add output values for given entry.
|
ValueNumber[] |
lookupOutputValues(ValueNumberCache.Entry entry) |
Look up cached output values for given entry.
|
public ValueNumber[] lookupOutputValues(ValueNumberCache.Entry entry)
entry - the entrypublic void addOutputValues(ValueNumberCache.Entry entry, ValueNumber[] outputValueList)
entry - the entryoutputValueList - the list of output values produced by the entry's instruction
and input valuesFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.