Home
last modified time | relevance | path

Searched defs:caller_sp (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_arm.cc168 uint32_t caller_sp, caller_pc; in GetCallerByStackScan() local
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer() local
Dstackwalker_mips.cc295 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
374 uint64_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
Dstackwalker_arm64.cc181 uint64_t caller_sp, caller_pc; in GetCallerByStackScan() local
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer() local
Dstackwalker.cc281 uint64_t caller_sp, in TerminateWalk()