Uses of Class
edu.berkeley.cs.jqf.fuzz.ei.ExecutionIndex
-
Packages that use ExecutionIndex Package Description edu.berkeley.cs.jqf.fuzz.ei edu.berkeley.cs.jqf.fuzz.ei.state -
-
Uses of ExecutionIndex in edu.berkeley.cs.jqf.fuzz.ei
Fields in edu.berkeley.cs.jqf.fuzz.ei with type parameters of type ExecutionIndex Modifier and Type Field Description protected ArrayList<ExecutionIndex>
ExecutionIndexingGuidance.MappedInput. orderedKeys
A list of execution indexes that are actually requested by the test program when executed with this input.protected LinkedHashMap<ExecutionIndex,Integer>
ExecutionIndexingGuidance.MappedInput. valuesMap
A map from execution indexes to the byte (0-255) to be returned at that index.Methods in edu.berkeley.cs.jqf.fuzz.ei that return ExecutionIndex Modifier and Type Method Description ExecutionIndex
ExecutionIndex.Prefix. getEi()
ExecutionIndex
ExecutionIndex.Suffix. getEi()
Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndex Modifier and Type Method Description int
ExecutionIndex. compareTo(ExecutionIndex other)
ExecutionIndex.Suffix
ExecutionIndex. getCommonSuffix(ExecutionIndex other)
int
ExecutionIndexingGuidance.MappedInput. getOrGenerateFresh(ExecutionIndex key, Random random)
Retrieve a value for an execution index if mapped, else generate a fresh value.int
ExecutionIndexingGuidance.MappedSeedInput. getOrGenerateFresh(ExecutionIndex key, Random random)
protected Integer
ExecutionIndexingGuidance.MappedInput. getValueAtKey(ExecutionIndex ei)
Gets the byte mapped by this input at a given execution index.protected void
ExecutionIndexingGuidance.MappedInput. setValueAtKey(ExecutionIndex ei, int val)
Sets the byte mapped by this input at a given execution index.Constructors in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndex Constructor Description ExecutionContext(ExecutionIndex executionIndex)
Create an execution context by extracting the call stack from an execution index.Prefix(ExecutionIndex ei, int length)
Suffix(ExecutionIndex ei, int offset)
-
Uses of ExecutionIndex in edu.berkeley.cs.jqf.fuzz.ei.state
Methods in edu.berkeley.cs.jqf.fuzz.ei.state that return ExecutionIndex Modifier and Type Method Description ExecutionIndex
AbstractExecutionIndexingState. getExecutionIndex()
ExecutionIndex
AbstractExecutionIndexingState. getExecutionIndex(int iid)
-