public class ValueNumberCache
extends java.lang.Object
ValueNumberAnalysis| Modifier and Type | Class and Description |
|---|---|
static class |
ValueNumberCache.Entry
An entry in the cache.
|
| Constructor and Description |
|---|
ValueNumberCache() |
| Modifier and Type | Method and 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.