/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | FinallyFilterTest.java | 61 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 …]
|
D | SynchronizedFilterTest.java | 50 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 …]
|
D | TryWithResourcesEcjFilterTest.java | 194 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 …]
|
D | TryWithResourcesJavacFilterTest.java | 159 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 …]
|
D | StringSwitchJavacFilterTest.java | 53 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/ |
D | MethodAnalyzerTest.java | 64 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/ |
D | MethodProbesAdapterTest.java | 125 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 …]
|
D | MethodSanitizerTest.java | 46 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()
|
D | ClassProbesAdapterTest.java | 164 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()
|
D | LabelFlowAnalyzerTest.java | 63 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/ |
D | MethodInstrumenterTest.java | 185 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/ |
D | MethodProbesAdapter.java | 86 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()
|
D | LabelFlowAnalyzer.java | 92 public void visitLabel(final Label label) { in visitLabel() method in LabelFlowAnalyzer
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | ByteCodeTypePrinter.java | 230 public void visitLabel(Label label) { in visitLabel() method in ByteCodeTypePrinter.MethodIrTypeDumper 231 printer.visitLabel(label); in visitLabel() 232 super.visitLabel(label); in visitLabel()
|
D | Bug62060793TestDataGenerator.java | 177 mv.visitLabel(l0); in createClass() 180 mv.visitLabel(l1); in createClass()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ResizeInstructionsTest.java | 143 mv.visitLabel(label); in addCauseOfGetCommonSuperClass() 163 mv.visitLabel(target); in addCauseOfResizeInstructions()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenter.java | 67 mv.visitLabel(intermediate); in visitJumpInsnWithProbe() 165 mv.visitLabel(LabelInfo.getIntermediateLabel(label)); in insertIntermediateProbe()
|
D | ClassFieldProbeArrayStrategy.java | 100 mv.visitLabel(alreadyInitialized); in createInitMethod()
|
D | InterfaceFieldProbeArrayStrategy.java | 127 mv.visitLabel(alreadyInitialized); in createInitMethod()
|
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/ |
D | BootstrapMethodReferenceTest.java | 111 mv.visitLabel(target); in addCauseOfResizeInstructions()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | CoreLibrarySupport.java | 392 dispatchMethod.visitLabel(fallthrough); in makeDispatchHelperMethod() 421 dispatchMethod.visitLabel(fallthrough); in makeDispatchHelperMethod()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzer.java | 181 public void visitLabel(final Label label) { in visitLabel() method in MethodAnalyzer
|