Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc266 uint64_t last_last_fp = in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
272 << std::hex << last_last_fp; in CorrectRegLRByFramePointer()
280 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp + 8, &last_lr)) { in CorrectRegLRByFramePointer()
282 << std::hex << (last_last_fp + 8); in CorrectRegLRByFramePointer()