Home
last modified time | relevance | path

Searched refs:Instrumenter (Results 1 – 25 of 28) sorted by relevance

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DInstrumentationSizeSzenario.java14 import org.jacoco.core.instr.Instrumenter;
33 final Instrumenter instr = new Instrumenter(runtime); in run()
DInstrumentationTimeScenario.java16 import org.jacoco.core.instr.Instrumenter;
38 final Instrumenter instr = new Instrumenter(new LoggerRuntime()); in getInstrumentedCallable()
DExecuteInstrumentedCodeScenario.java16 import org.jacoco.core.instr.Instrumenter;
41 final Instrumenter instr = new Instrumenter(runtime); in getInstrumentedCallable()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DInstrumentTask.java28 import org.jacoco.core.instr.Instrumenter;
79 final Instrumenter instrumenter = new Instrumenter( in execute()
94 private int instrument(final Instrumenter instrumenter, in instrument()
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DAgentMain.java25 import io.opencensus.contrib.agent.instrumentation.Instrumenter;
85 for (Instrumenter instrumenter : ServiceLoader.load(Instrumenter.class)) { in premain()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
DInstrumentingLoader.java18 import org.jacoco.core.instr.Instrumenter;
34 private final Instrumenter instrumenter;
43 this.instrumenter = new Instrumenter(runtime); in InstrumentingLoader()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp131 class Instrumenter { class
137 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter
142 virtual ~Instrumenter() = default;
308 class ValidPointerChecker : public Instrumenter {
312 : Instrumenter(module, checker_function), in ValidPointerChecker()
366 class ObjcObjectChecker : public Instrumenter {
370 : Instrumenter(module, checker_function), in ObjcObjectChecker()
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DInstrument.java26 import org.jacoco.core.instr.Instrumenter;
42 private Instrumenter instrumenter;
53 instrumenter = new Instrumenter( in execute()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DInstrumentMojo.java29 import org.jacoco.core.instr.Instrumenter;
86 final Instrumenter instrumenter = new Instrumenter( in executeMojo()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DCoverageTransformer.java19 import org.jacoco.core.instr.Instrumenter;
36 private final Instrumenter instrumenter;
64 this.instrumenter = new Instrumenter(runtime); in CoverageTransformer()
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/
DContextTrampolineInitializer.java30 @AutoService(Instrumenter.class)
31 public final class ContextTrampolineInitializer implements Instrumenter {
DTraceTrampolineInitializer.java30 @AutoService(Instrumenter.class)
31 public final class TraceTrampolineInitializer implements Instrumenter {
DThreadInstrumentation.java44 @AutoService(Instrumenter.class)
45 public final class ThreadInstrumentation implements Instrumenter {
DUrlInstrumentation.java42 @AutoService(Instrumenter.class)
43 public final class UrlInstrumentation implements Instrumenter {
DExecutorInstrumentation.java46 @AutoService(Instrumenter.class)
47 public final class ExecutorInstrumentation implements Instrumenter {
DInstrumenter.java27 public interface Instrumenter { interface
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/
DBootstrapMethodReferenceTest.java22 import org.jacoco.core.instr.Instrumenter;
46 private Instrumenter instrumenter;
51 instrumenter = new Instrumenter(runtime); in setup()
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DCoreTutorial.java25 import org.jacoco.core.instr.Instrumenter;
115 final Instrumenter instr = new Instrumenter(runtime); in execute()
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DFramesTest.java20 import org.jacoco.core.instr.Instrumenter;
80 Instrumenter instrumenter = new Instrumenter(runtime);
DStructuredLockingTest.java22 import org.jacoco.core.instr.Instrumenter;
64 Instrumenter instrumenter = new Instrumenter(runtime); in assertStructuredLocking()
DCyclomaticComplexityTest.java27 import org.jacoco.core.instr.Instrumenter;
257 final byte[] instrumented = new Instrumenter(runtime).instrument(bytes, in instrument()
/external/kotlinc/lib/
Dkotlin-preloader.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DResizeInstructionsTest.java36 private Instrumenter instrumenter;
43 instrumenter = new Instrumenter(runtime); in setup()
DClassFileVersionsTest.java126 Instrumenter instrumenter = new Instrumenter(runtime); in testVersion()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
DInstrumenter.java42 public class Instrumenter { class
54 public Instrumenter(final IExecutionDataAccessorGenerator runtime) { in Instrumenter() method in Instrumenter

12