Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DFinallyFilterTest.java61 m.visitLabel(start1); in should_analyze_control_flow()
65 m.visitLabel(end1); in should_analyze_control_flow()
71 m.visitLabel(start2); in should_analyze_control_flow()
73 m.visitLabel(end2); in should_analyze_control_flow()
78 m.visitLabel(finallyStart); in should_analyze_control_flow()
107 m.visitLabel(tryStart); in javac_try_catch_finally()
109 m.visitLabel(tryEnd); in javac_try_catch_finally()
115 m.visitLabel(catchStart); in javac_try_catch_finally()
117 m.visitLabel(catchEnd); in javac_try_catch_finally()
122 m.visitLabel(finallyStart); in javac_try_catch_finally()
[all …]
DSynchronizedFilterTest.java50 m.visitLabel(start); in javac()
54 m.visitLabel(end); in javac()
57 m.visitLabel(handler); in javac()
61 m.visitLabel(handlerEnd); in javac()
64 m.visitLabel(exit); in javac()
95 m.visitLabel(start); in javacTryCatchFinally()
98 m.visitLabel(end); in javacTryCatchFinally()
103 m.visitLabel(catchHandler); in javacTryCatchFinally()
107 m.visitLabel(catchHandlerEnd); in javacTryCatchFinally()
111 m.visitLabel(finallyHandler); in javacTryCatchFinally()
[all …]
DTryWithResourcesEcjFilterTest.java194 m.visitLabel(handler); in ecj()
204 m.visitLabel(l11); in ecj()
208 m.visitLabel(l4); in ecj()
226 m.visitLabel(suppressStart); in ecj()
234 m.visitLabel(suppressEnd); in ecj()
243 m.visitLabel(l14); in ecj()
247 m.visitLabel(l7); in ecj()
265 m.visitLabel(suppressStart); in ecj()
273 m.visitLabel(suppressEnd); in ecj()
282 m.visitLabel(l18); in ecj()
[all …]
DTryWithResourcesJavacFilterTest.java159 m.visitLabel(l11); in javac9()
167 m.visitLabel(handler1); in javac9()
189 m.visitLabel(handler2); in javac9()
210 m.visitLabel(l14); in javac9()
412 m.visitLabel(l26); in javac_7_8()
419 m.visitLabel(l15); in javac_7_8()
443 m.visitLabel(l27); in javac_7_8()
449 m.visitLabel(l23); in javac_7_8()
456 m.visitLabel(handler1); in javac_7_8()
489 m.visitLabel(l29); in javac_7_8()
[all …]
DStringSwitchJavacFilterTest.java53 m.visitLabel(h1); in should_filter_code_generated_by_javac()
66 m.visitLabel(h1_2); in should_filter_code_generated_by_javac()
79 m.visitLabel(h2); in should_filter_code_generated_by_javac()
89 m.visitLabel(secondSwitch); in should_filter_code_generated_by_javac()
93 m.visitLabel(cases); in should_filter_code_generated_by_javac()
112 m.visitLabel(h1); in should_not_filter_code_generated_by_ECJ()
130 m.visitLabel(h2); in should_not_filter_code_generated_by_ECJ()
141 m.visitLabel(cases); in should_not_filter_code_generated_by_ECJ()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java64 method.visitLabel(l0); in createLinearSequence()
69 method.visitLabel(l1); in createLinearSequence()
136 method.visitLabel(l0); in createIfBranch()
142 method.visitLabel(l2); in createIfBranch()
146 method.visitLabel(l1); in createIfBranch()
213 method.visitLabel(l0); in createIfBranchBeforeProbe()
217 method.visitLabel(l2); in createIfBranchBeforeProbe()
221 method.visitLabel(l1); in createIfBranchBeforeProbe()
286 method.visitLabel(l0); in createIfBranchMerge()
292 method.visitLabel(l2); in createIfBranchMerge()
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java125 adapter.visitLabel(label); in testVisitProbe1()
128 expectedVisitor.visitLabel(label); in testVisitProbe1()
136 adapter.visitLabel(label); in testVisitProbe2()
138 expectedVisitor.visitLabel(label); in testVisitProbe2()
143 adapter.visitLabel(label); in testVisitProbe3()
145 expectedVisitor.visitLabel(label); in testVisitProbe3()
322 adapter.visitLabel(start); in testVisitTryCatchBlockNoProbe()
324 adapter.visitLabel(end); in testVisitTryCatchBlockNoProbe()
328 expectedVisitor.visitLabel(start); in testVisitTryCatchBlockNoProbe()
330 expectedVisitor.visitLabel(end); in testVisitTryCatchBlockNoProbe()
[all …]
DMethodSanitizerTest.java46 sanitizer.visitLabel(l1); in testLocalVariablePositive()
48 sanitizer.visitLabel(l2); in testLocalVariablePositive()
55 expected.visitLabel(m1); in testLocalVariablePositive()
57 expected.visitLabel(m2); in testLocalVariablePositive()
71 sanitizer.visitLabel(l2); in testLocalVariableNegative1()
78 expected.visitLabel(m2); in testLocalVariableNegative1()
90 sanitizer.visitLabel(l1); in testLocalVariableNegative2()
97 expected.visitLabel(m1); in testLocalVariableNegative2()
109 sanitizer.visitLabel(l1); in testLineNumberPositive()
116 expected.visitLabel(m1); in testLineNumberPositive()
DClassProbesAdapterTest.java164 mv.visitLabel(l); in writeMethodWithBranch()
177 mv.visitLabel(l1); in writeMethodWithTableSwitch()
179 mv.visitLabel(l2); in writeMethodWithTableSwitch()
192 mv.visitLabel(l1); in writeMethodWithLookupSwitch()
194 mv.visitLabel(l2); in writeMethodWithLookupSwitch()
DLabelFlowAnalyzerTest.java63 analyzer.visitLabel(label); in testFlowScenario03()
70 analyzer.visitLabel(label); in testFlowScenario04()
77 analyzer.visitLabel(label); in testFlowScenario05()
86 analyzer.visitLabel(label); in testFlowScenario06()
103 analyzer.visitLabel(label); in testFlowScenario08()
111 analyzer.visitLabel(label); in testFlowScenario09()
112 analyzer.visitLabel(label); in testFlowScenario09()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java185 expectedVisitor.visitLabel(l2); in testVisitJumpInsnWithProbe()
203 expectedVisitor.visitLabel(L0); in testVisitTableSwitchInsnWithProbes()
207 expectedVisitor.visitLabel(L1); in testVisitTableSwitchInsnWithProbes()
227 expectedVisitor.visitLabel(L0); in testVisitLookupSwitchInsnWithProbes()
231 expectedVisitor.visitLabel(L1); in testVisitLookupSwitchInsnWithProbes()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java86 public void visitLabel(final Label label) { in visitLabel() method in MethodProbesAdapter
89 probesVisitor.visitLabel(tryCatchProbeLabels.get(label)); in visitLabel()
93 probesVisitor.visitLabel(label); in visitLabel()
DLabelFlowAnalyzer.java92 public void visitLabel(final Label label) { in visitLabel() method in LabelFlowAnalyzer
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DByteCodeTypePrinter.java230 public void visitLabel(Label label) { in visitLabel() method in ByteCodeTypePrinter.MethodIrTypeDumper
231 printer.visitLabel(label); in visitLabel()
232 super.visitLabel(label); in visitLabel()
DBug62060793TestDataGenerator.java177 mv.visitLabel(l0); in createClass()
180 mv.visitLabel(l1); in createClass()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DResizeInstructionsTest.java143 mv.visitLabel(label); in addCauseOfGetCommonSuperClass()
163 mv.visitLabel(target); in addCauseOfResizeInstructions()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java67 mv.visitLabel(intermediate); in visitJumpInsnWithProbe()
165 mv.visitLabel(LabelInfo.getIntermediateLabel(label)); in insertIntermediateProbe()
DClassFieldProbeArrayStrategy.java100 mv.visitLabel(alreadyInitialized); in createInitMethod()
DInterfaceFieldProbeArrayStrategy.java127 mv.visitLabel(alreadyInitialized); in createInitMethod()
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
DBootstrapMethodReferenceTest.java111 mv.visitLabel(target); in addCauseOfResizeInstructions()
/external/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupport.java392 dispatchMethod.visitLabel(fallthrough); in makeDispatchHelperMethod()
421 dispatchMethod.visitLabel(fallthrough); in makeDispatchHelperMethod()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java181 public void visitLabel(final Label label) { in visitLabel() method in MethodAnalyzer