Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 90 for instrumentation (0.19 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/DefaultCachedClasspathTransformerTest.groovy

    import org.gradle.internal.fingerprint.FileCollectionFingerprint
    import org.gradle.internal.fingerprint.classpath.ClasspathFingerprinter
    import org.gradle.internal.hash.Hasher
    import org.gradle.internal.instrumentation.agent.AgentStatus
    import org.gradle.internal.serialize.ClassLoaderObjectInputStream
    import org.gradle.internal.snapshot.FileSystemLocationSnapshot
    import org.gradle.internal.snapshot.FileSystemSnapshot
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTestKitIntegrationTest.groovy

            def builder = artifactBuilder()
            builder.sourceFile("TestAgent.java") << """
                public class TestAgent {
                    public static void premain(String p1, java.lang.instrument.Instrumentation p2) {
                    }
                }
            """
            builder.manifestAttributes("Premain-Class": "TestAgent")
            def agentJar = file("agent.jar")
            builder.buildJar(agentJar)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheLambdaIntegrationTest.groovy

                        // Test with serializable lambdas that should work as-is, as well as non-serializable lambdas which should
                        // be forced to become serializable by the instrumentation:
                        public interface NonSerializableSupplier<T> {
                            T get();
                        }
                        public interface SerializableSupplier<T> extends java.io.Serializable {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/services/CacheInstrumentationDataBuildService.java

        }
    
        /**
         * Returns the original file for the given metadata. It's possible that multiple files have the same content,
         * so this method returns just one. For instrumentation is not important which one is returned.
         */
        public File getOriginalFile(long contextId, InstrumentationArtifactMetadata metadata) {
            String hash = metadata.getArtifactHash();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 15:08:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

                classpath = classpath.plus(moduleRegistry.getModule("gradle-workers").getAllRequiredModulesClasspath());
                classpath = classpath.plus(moduleRegistry.getModule("gradle-instrumentation-declarations").getAllRequiredModulesClasspath());
                return classpath;
            }
    
            // Just the minimal stuff necessary for the worker infrastructure
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. src/runtime/mbarrier.go

    	if n > srcLen {
    		n = srcLen
    	}
    	if n == 0 {
    		return 0
    	}
    
    	// The compiler emits calls to typedslicecopy before
    	// instrumentation runs, so unlike the other copying and
    	// assignment operations, it's not instrumented in the calling
    	// code and needs its own instrumentation.
    	if raceenabled {
    		callerpc := getcallerpc()
    		pc := abi.FuncPCABIInternal(slicecopy)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/daemon-server/src/main/java/org/gradle/launcher/daemon/bootstrap/DaemonMain.java

    import org.gradle.api.logging.Logger;
    import org.gradle.api.logging.Logging;
    import org.gradle.internal.classpath.DefaultClassPath;
    import org.gradle.internal.concurrent.CompositeStoppable;
    import org.gradle.internal.instrumentation.agent.AgentInitializer;
    import org.gradle.internal.logging.LoggingManagerInternal;
    import org.gradle.internal.logging.services.LoggingServiceRegistry;
    import org.gradle.internal.nativeintegration.ProcessEnvironment;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. src/runtime/traceback_test.go

    //
    //go:nosplit
    //go:noinline
    func testTracebackArgs10(a, b, c, d, e int32) int {
    	// no use of any args
    	return runtime.Stack(testTracebackArgsBuf[:], false)
    }
    
    // norace to avoid race instrumentation changing spill locations.
    // nosplit to avoid preemption or morestack spilling registers.
    //
    //go:norace
    //go:nosplit
    //go:noinline
    func testTracebackArgs11a(a, b, c int32) int {
    	if a < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonStarter.java

    import org.gradle.internal.concurrent.CompositeStoppable;
    import org.gradle.internal.installation.CurrentGradleInstallation;
    import org.gradle.internal.installation.GradleInstallation;
    import org.gradle.internal.instrumentation.agent.AgentUtils;
    import org.gradle.internal.io.StreamByteBuffer;
    import org.gradle.internal.jvm.JavaInfo;
    import org.gradle.internal.jvm.Jvm;
    import org.gradle.internal.jvm.inspection.JvmInstallationMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. src/runtime/race.go

    	racecall(&__tsan_go_end, racectx, 0, 0, 0)
    }
    
    //go:nosplit
    func racewriterangepc(addr unsafe.Pointer, sz, callpc, pc uintptr) {
    	gp := getg()
    	if gp != gp.m.curg {
    		// The call is coming from manual instrumentation of Go code running on g0/gsignal.
    		// Not interesting.
    		return
    	}
    	if callpc != 0 {
    		racefuncenter(callpc)
    	}
    	racewriterangepc1(uintptr(addr), sz, pc)
    	if callpc != 0 {
    		racefuncexit()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top