private static SerializedState.Frame |
SerializationUtils.applyIntercept(java.util.Map interceptersMap,
SerializedState.Frame frame,
int mode) |
|
private static SerializedState.Frame |
SerializationUtils.applyUpdate(java.util.Map updatersMap,
SerializedState.Frame frame,
int mode) |
|
(package private) static SerializedState.Frame |
SerializationUtils.calculateCorrectFrameVersion(java.lang.ClassLoader classLoader,
java.util.Map updatersMap,
java.util.Map interceptersMap,
SerializedState.VersionedFrame versionedFrame) |
|
private static SerializedState.Frame[] |
SerializationUtils.chainUpdatesOnFrame(java.util.Map updatersMap,
java.util.Map interceptersMap,
SerializedState.Frame frame,
int mode) |
|
private static SerializedState.Frame |
SerializationUtils.findLoadableFrame(java.lang.ClassLoader classLoader,
SerializedState.VersionedFrame versionedFrame) |
|
private static SerializedState.Frame |
SerializationUtils.findUpdatableFrame(java.util.Map frameUpdaterMap,
SerializedState.VersionedFrame versionedFrame) |
|
SerializedState.Frame[] |
SerializedState.VersionedFrame.getFrames() |
Get frames.
|
SerializedState.Frame |
SerializedState.FrameModifier.modifyFrame(SerializedState.Frame frame,
int mode) |
Called when a frame needs to be modified.
|
SerializedState.Frame |
SerializedState.Frame.withClassname(java.lang.String className) |
Helper to copy this frame but with a new method ID.
|
SerializedState.Frame |
SerializedState.Frame.withContinuationIndexOperands(int[] continuationIndexes) |
Helper to copy this frame but with new variable continuation indexes.
|
SerializedState.Frame |
SerializedState.Frame.withContinuationIndexVariables(int[] continuationIndexes) |
Helper to copy this frame but with new variable continuation indexes.
|
SerializedState.Frame |
SerializedState.Frame.withContinuationPointId(int continuationPointId) |
Helper to copy this frame but with a new continuation point ID.
|
SerializedState.Frame |
SerializedState.Frame.withDoubleOperands(double[] doubles) |
Helper to copy this frame but with new double operands.
|
SerializedState.Frame |
SerializedState.Frame.withDoubleVariables(double[] doubles) |
Helper to copy this frame but with new double variables.
|
SerializedState.Frame |
SerializedState.Frame.withFloatOperands(float[] floats) |
Helper to copy this frame but with new float operands.
|
SerializedState.Frame |
SerializedState.Frame.withFloatVariables(float[] floats) |
Helper to copy this frame but with new float variables.
|
SerializedState.Frame |
SerializedState.Frame.withIntOperands(int[] ints) |
Helper to copy this frame but with new int operands.
|
SerializedState.Frame |
SerializedState.Frame.withIntVariables(int[] ints) |
Helper to copy this frame but with new int variables.
|
SerializedState.Frame |
SerializedState.Frame.withKey(java.lang.String className,
java.lang.Integer methodId,
java.lang.Integer continuationPointId) |
Helper to copy this frame but with a potentially new new class name / method ID / continuation point ID.
|
SerializedState.Frame |
SerializedState.Frame.withLongOperands(long[] longs) |
Helper to copy this frame but with new long operands.
|
SerializedState.Frame |
SerializedState.Frame.withLongVariables(long[] longs) |
Helper to copy this frame but with new long variables.
|
SerializedState.Frame |
SerializedState.Frame.withMethodId(int methodId) |
Helper to copy this frame but with a new method ID.
|
SerializedState.Frame |
SerializedState.Frame.withObjectOperands(java.lang.Object[] objects) |
Helper to copy this frame but with new object operands.
|
SerializedState.Frame |
SerializedState.Frame.withObjectVariables(java.lang.Object[] objects) |
Helper to copy this frame but with new object variables.
|
SerializedState.Frame |
SerializedState.Frame.withOperands(int[] ints,
float[] floats,
long[] longs,
double[] doubles,
java.lang.Object[] objects,
int[] continuationIndexes) |
Helper to copy this frame but with potentially new operands.
|
SerializedState.Frame |
SerializedState.Frame.withVariables(int[] ints,
float[] floats,
long[] longs,
double[] doubles,
java.lang.Object[] objects,
int[] continuationIndexes) |
Helper to copy this frame but with potentially new variables.
|