public class InlinedProfileBuilder extends Object
InlinedProfile| Modifier and Type | Field and Description |
|---|---|
protected int |
stateFieldCursor |
protected int |
stateFieldLength |
protected int |
stateFieldStart |
| Constructor and Description |
|---|
InlinedProfileBuilder(int offset,
int length)
Allocates a new inlined profile builder for a (partial) StateField.
|
| Modifier and Type | Method and Description |
|---|---|
int |
branchProfile()
Adds and returns a new
InlinedBranchProfile. |
int |
conditionProfile()
Adds and returns a new
InlinedConditionProfile. |
protected void |
maybeAdvanceStateField(int bits) |
protected final int stateFieldStart
protected final int stateFieldLength
protected int stateFieldCursor