Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for opendefer (0.17 sec)

  1. src/cmd/internal/obj/objfile.go

    		// data symbols more carefully.
    		switch {
    		case strings.HasPrefix(s.Name, "go:string."),
    			strings.HasPrefix(name, "type:.namedata."),
    			strings.HasPrefix(name, "type:.importpath."),
    			strings.HasSuffix(name, ".opendefer"),
    			strings.HasSuffix(name, ".arginfo0"),
    			strings.HasSuffix(name, ".arginfo1"),
    			strings.HasSuffix(name, ".argliveinfo"):
    			// These are just bytes, or varints.
    			align = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		opendefer.closure = closure
    	}
    	index := len(s.openDefers)
    	s.openDefers = append(s.openDefers, opendefer)
    
    	// Update deferBits only after evaluation and storage to stack of
    	// the function is successful.
    	bitvalue := s.constInt8(types.Types[types.TUINT8], 1<<uint(index))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top