Searched refs:stack_top (Results 1 - 25 of 33) sorted by last modified time

12

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc914 void* const stack_top = local
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/opencv/cv/src/
H A Dcvcanny.cpp53 uchar **stack_top, **stack_bottom = 0; local
135 CV_CALL( stack_top = stack_bottom = (uchar**)cvAlloc( maxsize*sizeof(stack_top[0]) ));
153 #define CANNY_PUSH(d) *(d) = (uchar)2, *stack_top++ = (d)
154 #define CANNY_POP(d) (d) = *--stack_top
219 if( (stack_top - stack_bottom) + size.width > maxsize )
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
224 memcpy( new_stack_bottom, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
225 stack_top
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc967 void* const stack_top = local
970 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc969 void* const stack_top = local
972 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7562 void* const stack_top =
7566 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/gtest/src/
H A Dgtest-death-test.cc1068 void* const stack_top = local
1072 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
1074 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc743 uptr top = curr_thread->stack_top();
H A Dasan_stack.h37 uptr stack_top = t->stack_top();
40 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
H A Dasan_thread.cc317 *stack_end = t->stack_top();
H A Dasan_thread.h65 uptr stack_top() { return stack_top_; } function in class:__asan::AsanThread
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc40 uptr stack_top = 0, stack_bottom = 0; \
44 stack_top = t->stack_end(); \
49 stack_top, stack_bottom, fast); \
/external/compiler-rt/lib/msan/
H A Dmsan.cc198 stack->Unwind(max_s, pc, bp, 0, t->stack_top(), t->stack_bottom(),
H A Dmsan_thread.h31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h50 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
H A Dsanitizer_linux_libcdep.cc74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, argument
76 CHECK(stack_top);
104 *stack_top = end;
117 *stack_top = (uptr)stackaddr + stacksize;
157 uptr stack_top; member in struct:__sanitizer::__anon19622
424 uptr stack_top, stack_bottom; local
425 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
427 *stk_size = stack_top - stack_bottom;
H A Dsanitizer_mac.cc155 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, argument
157 CHECK(stack_top);
175 *stack_top = (uptr)stackaddr;
176 *stack_bottom = *stack_top - stacksize;
257 uptr stack_top, stack_bottom; local
258 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
260 *stk_size = stack_top - stack_bottom;
H A Dsanitizer_stacktrace.cc40 uptr stack_top, uptr stack_bottom,
47 if (stack_top < 4096) return; // Sanity check for stack top.
50 frame < (uhwptr *)stack_top - 2 &&
39 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom, uptr max_depth) argument
H A Dsanitizer_stacktrace.h65 void Unwind(uptr max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
72 void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom,
H A Dsanitizer_stacktrace_libcdep.cc75 uptr stack_top, uptr stack_bottom,
94 FastUnwindStack(pc, bp, stack_top, stack_bottom, max_depth);
74 Unwind(uptr max_depth, uptr pc, uptr bp, void *context, uptr stack_top, uptr stack_bottom, bool request_fast_unwind) argument
H A Dsanitizer_win.cc67 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, argument
69 CHECK(stack_top);
76 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize;
426 uptr stack_top, stack_bottom;
427 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
429 *stk_size = stack_top - stack_bottom;
/external/chromium_org/v8/tools/
H A Dgrokdump.py1629 stack_top = self.reader.ExceptionSP()
1634 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
1636 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
2084 stack_top = self.reader.ExceptionSP()
2088 for slot in xrange(stack_top, stack_bottom, self.reader.PointerSize()):
2158 stack_top = self.reader.ExceptionSP()
2159 self.output_words(f, stack_top - 16, stack_bottom, stack_top, "Stack")
3059 stack_top = reader.ExceptionSP()
3063 for slot in xrange(stack_top, stack_botto
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.h207 // successful, and updates the stack_top address, or returns 0 if unable
210 static Address GrowStack(Address stack_pointer, Address* stack_top,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7562 void* const stack_top =
7566 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
7568 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);

Completed in 421 milliseconds

12