Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_mips.cc295 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
329 &caller_fp)) { in GetCallerByStackScan()
337 } while ((caller_fp - caller_sp >= kMaxFrameStackSize) && count > 0); in GetCallerByStackScan()
364 frame->context.iregs[MD_CONTEXT_MIPS_REG_FP] = caller_fp; in GetCallerByStackScan()
374 uint64_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
395 &caller_fp)) { in GetCallerByStackScan()
403 } while ((caller_fp - caller_sp >= kMaxFrameStackSize) && count > 0); in GetCallerByStackScan()
430 frame->context.iregs[MD_CONTEXT_MIPS_REG_FP] = caller_fp; in GetCallerByStackScan()
Dstackwalker_arm.cc206 uint32_t caller_fp = 0; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
229 frame->context.iregs[fp_register_] = caller_fp; in GetCallerByFramePointer()
Dstackwalker_arm64.cc217 uint64_t caller_fp = 0; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
242 frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] = caller_fp; in GetCallerByFramePointer()