Home
last modified time | relevance | path

Searched refs:unwindJumpStack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtraceback.go73 unwindJumpStack const
288 if u.flags&unwindJumpStack != 0 && gp == gp.m.g0 && gp.m.curg != nil && gp.m.curg.m == gp.m {
Dmprof.go812 u.initAt(pc, sp, 0, gp, unwindSilentErrors|unwindJumpStack)
Dexport_test.go519 u.initAt(pc, sp, 0, getg(), unwindJumpStack) // Don't ignore errors, for testing
Dproc.go5476 u.initAt(mp.vdsoPC, mp.vdsoSP, 0, gp, unwindSilentErrors|unwindJumpStack)
5478 u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)