Home
last modified time | relevance | path

Searched refs:probeLabel (Results 1 – 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java77 final Label probeLabel = new Label(); in getTryCatchLabel() local
78 LabelInfo.setSuccessor(probeLabel); in getTryCatchLabel()
79 tryCatchProbeLabels.put(label, probeLabel); in getTryCatchLabel()
80 label = probeLabel; in getTryCatchLabel()