Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pcvalueCacheKey (0.18 sec)

  1. src/cmd/compile/internal/test/inl_test.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. src/runtime/symtab.go

    	valPC uintptr // The PC at which val starts
    }
    
    // pcvalueCacheKey returns the outermost index in a pcvalueCache to use for targetpc.
    // It must be very cheap to calculate.
    // For now, align to goarch.PtrSize and reduce mod the number of entries.
    // In practice, this appears to be fairly randomly and evenly distributed.
    func pcvalueCacheKey(targetpc uintptr) uintptr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top