Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc182 uint64_t caller_rip, caller_rbp; in GetCallerByFramePointerRecovery() local
184 memory_->GetMemoryAtAddress(last_rbp, &caller_rbp)) { in GetCallerByFramePointerRecovery()
194 if (caller_rsp <= last_rbp || caller_rbp < caller_rsp) { in GetCallerByFramePointerRecovery()
200 if (!memory_->GetMemoryAtAddress(caller_rbp, &unused)) { in GetCallerByFramePointerRecovery()
209 frame->context.rbp = caller_rbp; in GetCallerByFramePointerRecovery()
252 uint64_t caller_rbp = 0; in GetCallerByStackScan() local
253 if (memory_->GetMemoryAtAddress(last_frame->context.rbp, &caller_rbp) && in GetCallerByStackScan()
254 caller_rbp > caller_rip_address) { in GetCallerByStackScan()
255 frame->context.rbp = caller_rbp; in GetCallerByStackScan()