public interface IProbeArrayStrategy
Modifier and Type | Method and Description |
---|---|
void |
addMembers(org.objectweb.asm.ClassVisitor cv,
int probeCount)
Adds additional class members required by this strategy.
|
int |
storeInstance(org.objectweb.asm.MethodVisitor mv,
boolean clinit,
int variable)
Creates code that stores the probe array instance in the given variable.
|
int storeInstance(org.objectweb.asm.MethodVisitor mv, boolean clinit, int variable)
mv
- visitor to create codeclinit
- true in case of <clinit>
methodvariable
- variable index to store probe array tovoid addMembers(org.objectweb.asm.ClassVisitor cv, int probeCount)
cv
- visitor to create fields and classesprobeCount
- total number of probes required for this classCopyright © 2017. All rights reserved.