Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc158 uint64_t caller_sp, caller_pc; in GetCallerByStackScan() local
205 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer() local
Dstackwalker_arm.cc167 uint32_t caller_sp, caller_pc; in GetCallerByStackScan() local
219 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer() local
Dstackwalker_mips.cc219 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
/external/v8/src/
Dframes.h269 Address caller_sp() const { return GetCallerStackPointer(); } in caller_sp() function