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

  /external/compiler-rt/lib/msan/
msan_thread.h 31 uptr stack_top() { return stack_top_; } function in class:__msan::MsanThread
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 86 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/asan/
asan_thread.h 65 uptr stack_top() { return stack_top_; } function in class:__asan::AsanThread
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 155 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
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;
sanitizer_linux_libcdep.cc 74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
76 CHECK(stack_top);
104 *stack_top = end;
117 *stack_top = (uptr)stackaddr + stacksize;
157 uptr stack_top; member in struct:__sanitizer::__anon24240
424 uptr stack_top, stack_bottom; local
425 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
427 *stk_size = stack_top - stack_bottom;
  /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/checkpolicy/
module_compiler.c 49 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->parent == NULL)
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 1070 void* const stack_top = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 967 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 969 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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1068 void* const stack_top = local
    [all...]
  /art/runtime/
thread.cc 257 byte* stack_top = reinterpret_cast<byte*>(reinterpret_cast<uintptr_t>(&stack_himem) & local
271 for (byte* p = stack_top; p >= pregion; p -= kPageSize) {
284 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 
  /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 

Completed in 627 milliseconds