Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc159 uint64_t last_rbp = last_frame->context.rbp; in GetCallerByFramePointerRecovery() local
178 if (last_rbp % 8 != 0) { in GetCallerByFramePointerRecovery()
183 if (memory_->GetMemoryAtAddress(last_rbp + 8, &caller_rip) && in GetCallerByFramePointerRecovery()
184 memory_->GetMemoryAtAddress(last_rbp, &caller_rbp)) { in GetCallerByFramePointerRecovery()
185 uint64_t caller_rsp = last_rbp + 16; in GetCallerByFramePointerRecovery()
194 if (caller_rsp <= last_rbp || caller_rbp < caller_rsp) { in GetCallerByFramePointerRecovery()