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

1 2

  /bionic/libc/bionic/
pthread_create.cpp 144 uint8_t* stack_top; local
155 stack_top = reinterpret_cast<uint8_t*>(attr->stack_base) + mmap_size;
159 stack_top = reinterpret_cast<uint8_t*>(attr->stack_base) + attr->stack_size;
167 stack_top = reinterpret_cast<uint8_t*>(
168 (reinterpret_cast<uintptr_t>(stack_top) - sizeof(pthread_internal_t)) & ~0xf);
170 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top);
176 attr->stack_size = stack_top - reinterpret_cast<uint8_t*>(attr->stack_base);
183 *child_stack = stack_top;
  /external/compiler-rt/lib/msan/
msan_thread.h 31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 34 uptr stack_top; member in struct:__sanitizer::__anon8447
sanitizer_mac.cc 215 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
217 CHECK(stack_top);
235 *stack_top = (uptr)stackaddr;
236 *stack_bottom = *stack_top - stacksize;
334 uptr stack_top, stack_bottom; local
335 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
337 *stk_size = stack_top - stack_bottom;
  /external/compiler-rt/lib/asan/
asan_thread.h 65 uptr stack_top() { return stack_top_; } function in class:__asan::AsanThread
  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/
ftzopen.h 140 FT_UInt stack_top; member in struct:FT_LzwStateRec_
  /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/opencv3/modules/imgproc/src/
canny.cpp 332 uchar **stack_top = &stack[0]; local
455 if ((stack_top - stack_bottom) + src.cols > maxsize)
457 int sz = (int)(stack_top - stack_bottom);
461 stack_top = stack_bottom + sz;
464 #define CANNY_PUSH(d) *(d) = uchar(2), *stack_top++ = (d)
465 #define CANNY_POP(d) (d) = *--stack_top
533 while (stack_top > stack_bottom)
535 if ((stack_top - stack_bottom) + 8 > maxsize)
537 int sz = (int)(stack_top - stack_bottom);
541 stack_top = stack_bottom + sz
723 uchar **stack_top = &stack[0]; local
    [all...]
  /external/selinux/checkpolicy/
module_compiler.c 50 static scope_stack_t *stack_top = NULL; variable
94 while (stack_top != NULL) {
112 if (stack_top->type != 1 || stack_top->in_else) {
131 avrule_decl_t *decl = stack_top->decl;
240 assert(stack_top->type == 1);
241 if (stack_top->parent == NULL) {
245 roles_tab = stack_top->decl->p_roles.table;
445 assert(stack_top->type == 1);
446 if (stack_top->parent == NULL)
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 1065 void* const stack_top = local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 1068 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 967 void* const stack_top = local
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 914 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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1068 void* const stack_top = local
    [all...]
  /art/runtime/
thread.cc 522 uint8_t* stack_top = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(&stack_himem) & local
532 uint32_t unwanted_size = stack_top - pregion - kPageSize;
567 for (uint8_t* p = stack_top; p >= pregion; p -= kPageSize) {
580 uint32_t unwanted_size = stack_top - pregion - kPageSize;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 376 milliseconds

1 2