HomeSort by relevance Sort by last modified time
    Searched defs:stack_top (Results 1 - 25 of 31) sorted by null

1 2

  /external/compiler-rt/lib/msan/
msan_thread.h 31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
  /bionic/libc/bionic/
pthread_create.cpp 194 uint8_t* stack_top; local
207 stack_top = reinterpret_cast<uint8_t*>(attr->stack_base) + mmap_size;
211 stack_top = reinterpret_cast<uint8_t*>(attr->stack_base) + attr->stack_size;
219 stack_top = reinterpret_cast<uint8_t*>(
220 (reinterpret_cast<uintptr_t>(stack_top) - sizeof(pthread_internal_t)) & ~0xf);
222 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top);
228 attr->stack_size = stack_top - reinterpret_cast<uint8_t*>(attr->stack_base);
239 *child_stack = stack_top;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 34 uptr stack_top; member in struct:__sanitizer::__anon17198
sanitizer_mac.cc 247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
249 CHECK(stack_top);
267 *stack_top = (uptr)stackaddr;
268 *stack_bottom = *stack_top - stacksize;
366 uptr stack_top, stack_bottom; local
367 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
369 *stk_size = stack_top - stack_bottom;
  /external/freetype/src/lzw/
ftzopen.h 140 FT_UInt stack_top; member in struct:FT_LzwStateRec_
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 494 // Stack_top is the current stack pointer, pointing to the lowest
508 uint64_t stack_top = 0x83254944b20d5512ULL; local
512 GetMemoryAtAddress(stack_top, A<uint64_t *>()))
517 GetMemoryAtAddress(stack_top + 16, A<uint64_t *>()))
531 callee_context.sp = stack_top;
544 EXPECT_EQ(stack_top + 24, caller_context.sp);
  /external/ltp/testcases/cve/
stack_clash.c 99 unsigned long stack_top = -1UL, start, end; local
120 stack_top = start;
122 stack_top = end;
128 return stack_top;
  /external/opencv/cv/src/
cvcanny.cpp 53 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 = new_stack_bottom + (stack_top - stack_bottom)
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 175 uptr AsanThread::stack_top() { function in class:__asan::AsanThread
404 *stack_end = t->stack_top();
  /external/selinux/checkpolicy/
module_compiler.c 50 static scope_stack_t *stack_top = NULL; variable
122 while (stack_top != NULL) {
140 if (stack_top->type != 1 || stack_top->in_else) {
157 avrule_decl_t *decl = stack_top->decl;
200 avrule_decl_t *decl = stack_top->decl;
329 assert(stack_top->type == 1);
331 if (stack_top->parent == NULL) {
335 roles_tab = stack_top->decl->p_roles.table;
563 assert(stack_top->type == 1)
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 1065 void* const stack_top = local
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 1085 void* const stack_top = local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 1086 void* const stack_top = local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 970 void* const stack_top = local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 1068 void* const stack_top = local
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 914 void* const stack_top = local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 967 void* const stack_top = local
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 1084 void* const stack_top = local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 1068 void* const stack_top = local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1068 void* const stack_top = local
    [all...]
  /art/runtime/
thread.cc 542 uint8_t* stack_top = FindStackTop(); local
551 uint32_t unwanted_size = stack_top - pregion - kPageSize;
619 uint32_t unwanted_size = stack_top - pregion - kPageSize;
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 

Completed in 512 milliseconds

1 2