Searched refs:getExtraCommandLineArgs (Results 1 – 5 of 5) sorted by relevance
49 @Test public void getExtraCommandLineArgs() throws Exception { in getExtraCommandLineArgs() method in AllocationInstrumentTest64 assertEquals(expected, instrument.getExtraCommandLineArgs(vmConfig)); in getExtraCommandLineArgs()
98 allocationInstrument.getExtraCommandLineArgs(vmConfig); in simpleArgsTest()
200 @Override ImmutableSet<String> getExtraCommandLineArgs(VmConfig vmConfig) { in getExtraCommandLineArgs() method in AllocationInstrument219 .addAll(super.getExtraCommandLineArgs(vmConfig)) in getExtraCommandLineArgs()
158 ImmutableSet<String> getExtraCommandLineArgs(VmConfig vmConfig) { in getExtraCommandLineArgs() method in Instrument
168 Iterable<String> instrumentJvmOptions = instrument.getExtraCommandLineArgs(vmConfig); in buildProcess()