Home
last modified time | relevance | path

Searched defs:stack_begin (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_thread.h31 uptr stack_begin() { return stack_begin_; } in stack_begin() function
Dlsan_thread.cc63 uptr stack_begin, stack_end, member
139 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
Dlsan_common.cc196 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp27 uptr stack_begin; member
60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
Dlsan_thread.h25 uptr stack_begin() { return stack_begin_; } in stack_begin() function
Dlsan_fuchsia.cpp31 uptr stack_begin, stack_end; member
Dlsan_common.cpp231 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
/external/libchrome/base/debug/
Dstack_trace.cc164 uintptr_t stack_begin = 0; in GetStackEnd() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc124 uint64_t stack_begin = 0, stack_end = 0; in PrintStackContents() local
/external/compiler-rt/lib/asan/
Dasan_thread.cc398 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp480 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()