Searched refs:IRuntime (Results 1 – 18 of 18) sorted by relevance
17 import org.jacoco.core.runtime.IRuntime;47 final IRuntime runtime = createRuntime(inst); in premain()53 private static IRuntime createRuntime(final Instrumentation inst) in createRuntime()
21 import org.jacoco.core.runtime.IRuntime;60 public CoverageTransformer(final IRuntime runtime, in CoverageTransformer()
15 import org.jacoco.core.runtime.IRuntime;33 final IRuntime runtime = new LoggerRuntime(); in run()
17 import org.jacoco.core.runtime.IRuntime;41 IRuntime runtime = new LoggerRuntime(); in getInstrumentedCallable()
98 public static IRuntime createFor(final Instrumentation inst, in createFor()119 public static IRuntime createFor(final Instrumentation inst, in createFor()
18 public interface IRuntime extends IExecutionDataAccessorGenerator { interface
19 public abstract class AbstractRuntime implements IRuntime {
33 import org.jacoco.core.runtime.IRuntime;89 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
28 import org.jacoco.core.runtime.IRuntime;77 IRuntime runtime = new SystemPropertiesRuntime(); in execute()
22 import org.jacoco.core.runtime.IRuntime;80 IRuntime runtime = new SystemPropertiesRuntime();
23 import org.jacoco.core.runtime.IRuntime;61 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
28 import org.jacoco.core.runtime.IRuntime;47 private IRuntime runtime;
20 IRuntime createRuntime() { in createRuntime()
38 private IRuntime runtime;42 abstract IRuntime createRuntime(); in createRuntime()
36 IRuntime createRuntime() { in createRuntime()
26 import org.jacoco.core.runtime.IRuntime;111 final IRuntime runtime = new LoggerRuntime(); in execute()