Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc86 uhwptr *caller_frame = (uhwptr*)frame[0]; in FastUnwindStack() local
87 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
88 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()
90 uhwptr pc1 = caller_frame[2]; in FastUnwindStack()
/external/python/cpython2/Lib/
Dbdb.py199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch