Searched refs:caller_fp (Results 1 – 3 of 3) sorted by relevance
295 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local329 &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() local395 &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()
206 uint32_t caller_fp = 0; in GetCallerByFramePointer() local207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()229 frame->context.iregs[fp_register_] = caller_fp; in GetCallerByFramePointer()
217 uint64_t caller_fp = 0; in GetCallerByFramePointer() local218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()242 frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] = caller_fp; in GetCallerByFramePointer()