HomeSort by relevance Sort by last modified time
    Searched refs:stack_end (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.cc 61 uptr stack_begin, stack_end, member in struct:__lsan::OnStartedArgs
69 stack_end_ = args->stack_end;
91 args.stack_end = args.stack_begin + stack_size;
133 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
140 *stack_end = context->stack_end();
lsan_thread.h 28 uptr stack_end() { return stack_end_; } function in class:__lsan::ThreadContext
lsan_common.h 135 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
lsan_common.cc 154 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; local
155 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end,
180 Report("Stack at %p-%p, SP = %p.\n", stack_begin, stack_end, sp);
181 if (sp < stack_begin || sp >= stack_end) {
191 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
lsan_interceptors.cc 44 stack_top = t->stack_end(); \
  /external/valgrind/main/coregrind/
pub_core_ume.h 58 Addr stack_end; // OUT: address of end of stack segment (cold) member in struct:__anon30746
pub_core_initimg.h 105 Addr stack_end; /* stack segment cold */ member in struct:_IICreateImageInfo
  /external/valgrind/main/coregrind/m_ume/
macho.c 275 load_genericthread(vki_uint8_t **stack_end,
304 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK);
313 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64);
353 vki_uint8_t *stack_end; local
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
359 if (!stack_end) {
367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
377 if (out_stack_end) *out_stack_end = stack_end;
499 vki_uint8_t *stack_end = NULL; \/\/ allocated thread stack (cold end) local
821 vki_uint8_t *stack_end; local
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 269 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
278 *stack_end = t->stack_top();
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 546 iicii.clstack_top = info.stack_end - 1;
547 iifii.clstack_max_size = info.stack_end - info.stack_start;
561 (void*)(info.stack_end));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 281 uptr* stack_end = (uptr*)__libc_stack_end; local
282 int argc = *stack_end;
283 *argv = (char**)(stack_end + 1);
284 *envp = (char**)(stack_end + argc + 2);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 680 uintptr_t stack_end = end; local
686 if (top < r->start_addr && r->start_addr < stack_end) {
687 stack_end = r->start_addr;
693 if (stack_start != start || stack_end != end) {
695 top_ptr, AsPtr(stack_start), AsPtr(stack_end));
700 top_ptr, stack_end - top);
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
715 if (stack_end != end) {
716 lib->second.push_back(AllocObject(AsPtr(stack_end), end - stack_end,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 680 uintptr_t stack_end = end; local
686 if (top < r->start_addr && r->start_addr < stack_end) {
687 stack_end = r->start_addr;
693 if (stack_start != start || stack_end != end) {
695 top_ptr, AsPtr(stack_start), AsPtr(stack_end));
700 top_ptr, stack_end - top);
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
715 if (stack_end != end) {
716 lib->second.push_back(AllocObject(AsPtr(stack_end), end - stack_end,
    [all...]
  /external/chromium_org/v8/src/
profile-generator.cc 660 *stack_end = stack_pos + sample.frames_count;
661 stack_pos != stack_end;
  /art/compiler/llvm/
gbc_expander.cc 679 llvm::Value* stack_end = local
685 llvm::Value* is_stack_overflow = irb_.CreateICmpULT(frame_address, stack_end);
    [all...]
  /external/v8/src/
profile-generator.cc 908 *stack_end = stack_pos + sample.frames_count;
909 stack_pos != stack_end;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 3633 Addr stack_end = VG_(clstk_end)+1; local
    [all...]

Completed in 469 milliseconds