Searched refs:stack_top (Results 1 - 25 of 33) sorted by relevance

12

/external/checkpolicy/
H A Dmodule_compiler.c49 static scope_stack_t *stack_top = NULL; variable
93 while (stack_top != NULL) {
111 if (stack_top->type != 1 || stack_top->in_else) {
130 avrule_decl_t *decl = stack_top->decl;
239 assert(stack_top->type == 1);
240 if (stack_top->parent == NULL) {
244 roles_tab = stack_top->decl->p_roles.table;
444 assert(stack_top->type == 1);
445 if (stack_top
[all...]
/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/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c86 struct XRayTraceBufferEntry** stack_top = stack_base; local
87 *stack_top = NULL;
104 while(*stack_top &&
105 XRAY_EXTRACT_DEPTH((*stack_top)->depth_addr) >= depth) {
106 struct XRayTraceBufferEntry* e = *(stack_top--);
137 *(++stack_top) = e;
140 while(*stack_top) {
141 struct XRayTraceBufferEntry* e = *(stack_top--);
/external/compiler-rt/lib/sanitizer_common/
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_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.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;
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;
/external/compiler-rt/lib/asan/
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.h65 uptr stack_top() { return stack_top_; } function in class:__asan::AsanThread
H A Dasan_thread.cc317 *stack_end = t->stack_top();
/external/compiler-rt/lib/msan/
H A Dmsan_thread.h31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
/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/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc322 bool MemoryRegionMap::FindAndMarkStackRegion(uintptr_t stack_top, argument
325 const Region* region = DoFindRegionLocked(stack_top);
328 reinterpret_cast<void*>(stack_top),
H A Dmemory_region_map.h210 // Find the region that contains stack_top, mark that region as
215 static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h222 // Find the region that contains stack_top, mark that region as
227 static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
H A Dmemory_region_map.cc359 bool MemoryRegionMap::FindAndMarkStackRegion(uintptr_t stack_top, argument
362 const Region* region = DoFindRegionLocked(stack_top);
365 reinterpret_cast<void*>(stack_top),
/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/protobuf/gtest/src/
H A Dgtest-death-test.cc914 void* const stack_top = local
917 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1070 void* const stack_top = local
1074 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
1076 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/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/third_party/mesa/src/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);

Completed in 549 milliseconds

12