Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc153 uint64_t last_rsp = last_frame->context.rsp; in GetCallerByFramePointerRecovery() local
178 if (caller_rbp < last_rbp || caller_rsp < last_rsp) in GetCallerByFramePointerRecovery()
199 uint64_t last_rsp = last_frame->context.rsp; in GetCallerByStackScan() local
202 if (!ScanForReturnAddress(last_rsp, &caller_rip_address, &caller_rip, in GetCallerByStackScan()