Home
last modified time | relevance | path

Searched refs:allocate_stack (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/Support/
DManagedStatic.cpp33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() function
47 void *p1 = test1::allocate_stack(a1); in TEST()
48 void *p2 = test1::allocate_stack(a2); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DManagedStatic.cpp34 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() function
48 void *p1 = test1::allocate_stack(a1); in TEST()
49 void *p2 = test1::allocate_stack(a2); in TEST()
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dsysv.S74 .allocate_stack: label
/external/libffi/src/bfin/
Dsysv.S74 .allocate_stack: label
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2656 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function
7995 allocate_stack(common, 2); in compile_ref_iterator_matchingpath()
8018 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8054 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8064 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
8076 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath()
8275 allocate_stack(common, callout_arg_size); in compile_callout_matchingpath()
8434 allocate_stack(common, extrasize); in compile_assert_matchingpath()
8452 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
9018 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
[all …]