Uses of Interface
org.jacoco.core.internal.flow.IFrame
Packages that use IFrame
Package
Description
-
Uses of IFrame in org.jacoco.core.internal.analysis
Methods in org.jacoco.core.internal.analysis with parameters of type IFrameModifier and TypeMethodDescriptionvoid
MethodAnalyzer.visitJumpInsnWithProbe
(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame) void
MethodAnalyzer.visitLookupSwitchInsnWithProbes
(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame) void
MethodAnalyzer.visitTableSwitchInsnWithProbes
(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame) -
Uses of IFrame in org.jacoco.core.internal.flow
Classes in org.jacoco.core.internal.flow that implement IFrameModifier and TypeClassDescription(package private) class
IFrame implementation which creates snapshots from anAnalyzerAdapter
Methods in org.jacoco.core.internal.flow that return IFrameModifier and TypeMethodDescription(package private) static IFrame
FrameSnapshot.create
(org.objectweb.asm.commons.AnalyzerAdapter analyzer, int popCount) Create a IFrame instance based on the given analyzer.private IFrame
MethodProbesAdapter.frame
(int popCount) Methods in org.jacoco.core.internal.flow with parameters of type IFrameModifier and TypeMethodDescriptionvoid
MethodProbesVisitor.visitJumpInsnWithProbe
(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame) Visits a jump instruction.void
MethodProbesVisitor.visitLookupSwitchInsnWithProbes
(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame) Visits a LOOKUPSWITCH instruction with optional probes for each target label.void
MethodProbesVisitor.visitTableSwitchInsnWithProbes
(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame) Visits a TABLESWITCH instruction with optional probes for each target label. -
Uses of IFrame in org.jacoco.core.internal.instr
Methods in org.jacoco.core.internal.instr with parameters of type IFrameModifier and TypeMethodDescriptionprivate void
MethodInstrumenter.insertIntermediateProbe
(org.objectweb.asm.Label label, IFrame frame) private void
MethodInstrumenter.insertIntermediateProbes
(org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame) void
MethodInstrumenter.visitJumpInsnWithProbe
(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame) void
MethodInstrumenter.visitLookupSwitchInsnWithProbes
(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame) void
MethodInstrumenter.visitTableSwitchInsnWithProbes
(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame)