Home
last modified time | relevance | path

Searched refs:ModifiedSystemClassRuntime (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java18 import org.jacoco.core.runtime.ModifiedSystemClassRuntime;
55 return ModifiedSystemClassRuntime.createFor(inst, "java/util/UUID"); in createRuntime()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntime.java36 public class ModifiedSystemClassRuntime extends AbstractRuntime { class
55 public ModifiedSystemClassRuntime(final Class<?> systemClass, in ModifiedSystemClassRuntime() method in ModifiedSystemClassRuntime
143 return new ModifiedSystemClassRuntime(clazz, accessFieldName); in createFor()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntimeTest.java38 return new ModifiedSystemClassRuntime( in createRuntime()
45 ModifiedSystemClassRuntime.createFor(inst, TARGET_CLASS_NAME); in testCreateForNegative()
/external/jacoco/
DAndroid.mk24 %org.jacoco.core/src/org/jacoco/core/runtime/ModifiedSystemClassRuntime.java \