/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
ClassInstrumenterTest.java | 27 private ClassInstrumenter instrumenter; field in class:ClassInstrumenterTest 31 instrumenter = new ClassInstrumenter(this, new ClassVisitor( 38 instrumenter.visitField(InstrSupport.DATAFIELD_ACC, 45 instrumenter.visitMethod(InstrSupport.INITMETHOD_ACC, 52 instrumenter = new ClassInstrumenter(this, new ClassVisitor( 60 assertNull(instrumenter.visitMethod(0, "foo", "()V", null, null));
|
MethodInstrumenterTest.java | 30 private MethodInstrumenter instrumenter; field in class:MethodInstrumenterTest 49 instrumenter = new MethodInstrumenter(actual.getVisitor(), 64 instrumenter.visitProbe(33); 73 instrumenter.visitInsnWithProbe(Opcodes.RETURN, 3); 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); 179 instrumenter.visitJumpInsnWithProbe(opcodeOrig, label, 3, frame); 198 instrumenter.visitTableSwitchInsnWithProbes(3, 5, L0, new Label[] { L1, 222 instrumenter.visitLookupSwitchInsnWithProbes(L0,
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
InstrumentTask.java | 28 import org.jacoco.core.instr.Instrumenter; 79 final Instrumenter instrumenter = new Instrumenter( local 81 instrumenter.setRemoveSignatures(removesignatures); 88 total += instrument(instrumenter, resource); 94 private int instrument(final Instrumenter instrumenter, 104 return instrumenter.instrumentAll(input, output,
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/ |
InstrumenterTest.java | 44 * Unit tests for {@link Instrumenter}. 70 private Instrumenter instrumenter; field in class:InstrumenterTest 75 instrumenter = new Instrumenter(runtime); 86 byte[] bytes = instrumenter.instrument( 100 instrumenter.instrument(brokenclass, "Broken"); 114 instrumenter.instrument(new ByteArrayInputStream(brokenclass), 126 byte[] bytes = instrumenter.instrument( 148 int count = instrumenter.instrumentAll(in, out, "Test") [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
InstrumentationSizeSzenario.java | 14 import org.jacoco.core.instr.Instrumenter; 35 final Instrumenter instr = new Instrumenter(runtime);
|
InstrumentationTimeScenario.java | 16 import org.jacoco.core.instr.Instrumenter; 38 final Instrumenter instr = new Instrumenter(new LoggerRuntime());
|
ExecuteInstrumentedCodeScenario.java | 16 import org.jacoco.core.instr.Instrumenter; 43 final Instrumenter instr = new Instrumenter(runtime);
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
CoverageTransformer.java | 19 import org.jacoco.core.instr.Instrumenter; 36 private final Instrumenter instrumenter; field in class:CoverageTransformer 62 this.instrumenter = new Instrumenter(runtime); 93 return instrumenter.instrument(classfileBuffer, classname);
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/ |
package-info.java | 16 * is the class {@link org.jacoco.core.instr.Instrumenter}.
|
Instrumenter.java | 39 public class Instrumenter { 51 public Instrumenter(final IExecutionDataAccessorGenerator runtime) {
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
InstrumentMojo.java | 26 import org.jacoco.core.instr.Instrumenter; 72 final Instrumenter instrumenter = new Instrumenter( local 84 instrumenter.instrument(input, output, source.getPath());
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
ClassFileVersionsTest.java | 32 import org.jacoco.core.instr.Instrumenter; 90 Instrumenter instrumenter = new Instrumenter(runtime); local 91 byte[] instrumented = instrumenter.instrument(original, "TestTarget");
|
FramesTest.java | 21 import org.jacoco.core.instr.Instrumenter; 81 Instrumenter instrumenter = new Instrumenter(runtime); 83 byte[] actual = instrumenter.instrument(source, "TestTarget");
|
StructuredLockingTest.java | 22 import org.jacoco.core.instr.Instrumenter; 62 Instrumenter instrumenter = new Instrumenter(runtime); local 63 byte[] instrumented = instrumenter.instrument(source, "TestTarget");
|
ValidationTestBase.java | 26 import org.jacoco.core.instr.Instrumenter; 79 final byte[] bytes = new Instrumenter(runtime).instrument(reader);
|
CyclomaticComplexityTest.java | 26 import org.jacoco.core.instr.Instrumenter; 257 final byte[] bytes = new Instrumenter(runtime).instrument(reader);
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
CoreTutorial.java | 25 import org.jacoco.core.instr.Instrumenter; 113 // The Instrumenter creates a modified version of our test target class 115 final Instrumenter instr = new Instrumenter(runtime);
|
/external/caliper/ |
Android.mk | 35 caliper-java-allocation-instrumenter-host \ 129 caliper-java-allocation-instrumenter-host:lib/java-allocation-instrumenter-2.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
|
/external/valgrind/memcheck/tests/ |
partiallydefinedeq.c | 64 // and so never appears as a literal, and so the instrumenter
|
/external/caliper/caliper/ |
pom.xml | 128 <groupId>com.google.code.java-allocation-instrumenter</groupId> 129 <artifactId>java-allocation-instrumenter</artifactId>
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
AllocationInstrument.java | 99 // may not have the allocation instrumenter agent. 140 // may not have the allocation instrumenter agent.
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
MethodInstrumenter.java | 30 * Create a new instrumenter instance for the given method.
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/ |
org.jacoco.core-0.7.1.201405082137-sources.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/ |
org.jacoco.core-0.7.3.201501221555-sources.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/ |
org.jacoco.core-0.7.4.201502262128-sources.jar | |