/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
quantize_sse4.asm | 31 %define stack_size 32 32 sub rsp, stack_size 234 add rsp, stack_size
|
temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse4.asm | 31 %define stack_size 32 32 sub rsp, stack_size 234 add rsp, stack_size
|
temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_sse4.asm | 31 %define stack_size 32 32 sub rsp, stack_size 234 add rsp, stack_size
|
temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 39 %define stack_size 80 40 sub rsp, stack_size 188 add rsp, stack_size
|
/external/compiler-rt/lib/asan/ |
asan_thread.h | 67 uptr stack_size() { return stack_size_; } function in class:__asan::AsanThread
|
asan_report.cc | 534 uptr stack_size; local 535 const uptr *stack_trace = StackDepotGet(context->stack_id, &stack_size); 536 StackTrace::PrintStack(stack_trace, stack_size); 775 uptr stack_size; local 776 const uptr *stack_trace = StackDepotGet(stack_id1, &stack_size); 777 StackTrace::PrintStack(stack_trace, stack_size); 779 stack_trace = StackDepotGet(stack_id2, &stack_size); 780 StackTrace::PrintStack(stack_trace, stack_size); [all...] |
/art/runtime/ |
thread.cc | 204 static size_t FixStackSize(size_t stack_size) { 206 if (stack_size == 0) { 207 stack_size = Runtime::Current()->GetDefaultStackSize(); 212 stack_size += 1 * MB; 215 if (stack_size < PTHREAD_STACK_MIN) { 216 stack_size = PTHREAD_STACK_MIN; 223 stack_size += GetStackOverflowReservedBytes(kRuntimeISA); 227 stack_size += Thread::kStackOverflowImplicitCheckSize + 232 stack_size = RoundUp(stack_size, kPageSize) [all...] |
/art/runtime/native/ |
java_lang_Thread.cc | 47 static void Thread_nativeCreate(JNIEnv* env, jclass, jobject java_thread, jlong stack_size, 49 Thread::CreateNativeThread(env, java_thread, stack_size, daemon == JNI_TRUE);
|
/bionic/libc/include/ |
pthread.h | 82 size_t stack_size; member in struct:__anon170 161 int pthread_attr_setstacksize(pthread_attr_t*, size_t stack_size) __nonnull((1));
|
/development/ndk/platforms/android-L/include/ |
pthread.h | 82 size_t stack_size; member in struct:__anon2520 161 int pthread_attr_setstacksize(pthread_attr_t*, size_t stack_size) __nonnull((1));
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/ |
pthread.h | 82 size_t stack_size; member in struct:__anon74772 161 int pthread_attr_setstacksize(pthread_attr_t*, size_t stack_size) __nonnull((1));
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
pthread.h | 82 size_t stack_size; member in struct:__anon76080 161 int pthread_attr_setstacksize(pthread_attr_t*, size_t stack_size) __nonnull((1));
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
pthread.h | 82 size_t stack_size; member in struct:__anon77390 161 int pthread_attr_setstacksize(pthread_attr_t*, size_t stack_size) __nonnull((1));
|
/external/chromium_org/base/threading/ |
simple_thread.cc | 32 bool success = PlatformThread::Create(options_.stack_size(), this, &thread_);
|
thread_unittest.cc | 144 options.stack_size = 12*1024;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 126 threading.stack_size(262144) 132 threading.stack_size(0) 139 threading.stack_size(0x100000) 145 threading.stack_size(0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 126 threading.stack_size(262144) 132 threading.stack_size(0) 139 threading.stack_size(0x100000) 145 threading.stack_size(0)
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1132.js | 31 // Flags: --stack_size=32
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 276 explicit ScopedStackSpaceWithGuard(uptr stack_size) { 277 stack_size_ = stack_size;
|
/external/valgrind/main/coregrind/ |
m_translate.c | 945 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; local 959 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; local 1039 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; local [all...] |