Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for directClosureCall (0.24 sec)

  1. src/cmd/compile/internal/walk/expr.go

    		// call reflect.(*rtype).Method.
    		usemethod(n)
    	}
    	if n.Op() == ir.OCALLINTER {
    		reflectdata.MarkUsedIfaceMethod(n)
    	}
    
    	if n.Op() == ir.OCALLFUNC && n.Fun.Op() == ir.OCLOSURE {
    		directClosureCall(n)
    	}
    
    	if ir.IsFuncPCIntrinsic(n) {
    		// For internal/abi.FuncPCABIxxx(fn), if fn is a defined function, rewrite
    		// it to the address of the function of the ABI fn is defined.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top