Home
last modified time | relevance | path

Searched defs:stkframe (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstkframe.go15 type stkframe struct { struct
18 fn funcInfo
44 pc uintptr
54 continpc uintptr
56 lr uintptr // program counter at caller aka link register
57 sp uintptr // stack pointer at pc
58 fp uintptr // stack pointer at caller aka frame pointer
59 varp uintptr // top of local variables
60 argp uintptr // pointer to function arguments
72 func (frame *stkframe) argBytes() uintptr {
[all …]
Dmgcmark.go1003 func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
Dheapdump.go254 func dumpframe(s *stkframe, child *childInfo) {
Dstack.go660 func adjustframe(frame *stkframe, adjinfo *adjustinfo) {
Dtraceback.go1285 func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {