Searched defs:stack_end (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 28 uptr stack_end() { return stack_end_; } in stack_end() function
|
D | lsan_thread.cc | 61 uptr stack_begin, stack_end, member 133 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
D | lsan_common.cc | 184 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 275 load_genericthread(vki_uint8_t **stack_end, in load_genericthread() 363 vki_uint8_t *stack_end; in load_unixthread() local 509 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) in load_thin_file() local 833 vki_uint8_t *stack_end; in VG_() local
|
/external/valgrind/coregrind/ |
D | pub_core_ume.h | 61 Addr stack_end; // OUT: address of end of stack segment (cold) member
|
D | pub_core_initimg.h | 108 Addr stack_end; /* stack segment cold */ member
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 325 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
/external/google-breakpad/src/processor/ |
D | stackwalk_common.cc | 124 uint64_t stack_begin = 0, stack_end = 0; in PrintStackContents() local
|
/external/v8/src/ |
D | profile-generator.cc | 626 *stack_end = stack_pos + sample.frames_count; in RecordTickSample() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 430 uptr* stack_end = (uptr*)__libc_stack_end; in GetArgsAndEnv() local
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4191 Addr stack_end = VG_(clstk_end)+1; in common_PRE_sysctl() local
|