Home
last modified time | relevance | path

Searched refs:workerClassPath (Results 1 – 3 of 3) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/platform/
DPlatform.java69 protected abstract String workerClassPath(); in workerClassPath() method in Platform
78 return ImmutableList.of("-cp", workerClassPath()); in workerClassPathArgs()
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DDalvikPlatform.java87 protected String workerClassPath() { in workerClassPath() method in DalvikPlatform
103 String classPathArgs = String.format("-Djava.class.path=%s", workerClassPath()); in workerClassPathArgs()
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
DJvmPlatform.java109 public String workerClassPath() { in workerClassPath() method in JvmPlatform