HomeSort by relevance Sort by last modified time
    Searched defs:Callers (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
extern.go 165 // meaning of skip differs between Caller and Callers.) The return values report the
173 if callers(1+skip-1, rpc[:]) < 2 {
177 callers := stackExpander.init(rpc[:])
181 callers, _, ok = stackExpander.next(callers, true)
185 _, frame, _ := stackExpander.next(callers, true)
192 // Callers fills the slice pc with the return program counters of function invocations
194 // to skip before recording in pc, with 0 identifying the frame for Callers itself and
195 // 1 identifying the caller of Callers.
205 func Callers(skip int, pc []uintptr) int
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
extern.go 165 // meaning of skip differs between Caller and Callers.) The return values report the
173 if callers(1+skip-1, rpc[:]) < 2 {
177 callers := stackExpander.init(rpc[:])
181 callers, _, ok = stackExpander.next(callers, true)
185 _, frame, _ := stackExpander.next(callers, true)
192 // Callers fills the slice pc with the return program counters of function invocations
194 // to skip before recording in pc, with 0 identifying the frame for Callers itself and
195 // 1 identifying the caller of Callers.
205 func Callers(skip int, pc []uintptr) int
    [all...]

Completed in 80 milliseconds