Searched refs:instrumentationConfiguration (Results 1 – 3 of 3) sorted by relevance
60 private final InstrumentationConfiguration instrumentationConfiguration; field in SandboxFactory.SandboxKey64 InstrumentationConfiguration instrumentationConfiguration, boolean useLegacyResources) { in SandboxKey() argument66 this.instrumentationConfiguration = instrumentationConfiguration; in SandboxKey()81 && Objects.equals(instrumentationConfiguration, that.instrumentationConfiguration); in equals()87 return Objects.hash(sdkConfig, instrumentationConfiguration, useLegacyResources); in hashCode()
28 private final InstrumentationConfiguration instrumentationConfiguration; field in JarInstrumentor33 instrumentationConfiguration = createInstrumentationConfiguration(); in JarInstrumentor()89 classBytes, instrumentationConfiguration, classNodeProvider); in instrumentJar()124 String remappedName = instrumentationConfiguration.mappedTypeName(internalName); in isClassRenamed()
143 InstrumentationConfiguration instrumentationConfiguration = createClassLoaderConfig(method);144 …sLoader = new SandboxClassLoader(ClassLoader.getSystemClassLoader(), instrumentationConfiguration);