| /external/v8/test/mjsunit/asm/embenchen/ |
| fasta.js | 592 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 612 var stack = 0; 620 if (!stack) stack = Runtime.stackSave(); 639 if (stack) Runtime.stackRestore(stack); 814 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| memops.js | 582 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 602 var stack = 0; 610 if (!stack) stack = Runtime.stackSave(); 629 if (stack) Runtime.stackRestore(stack); 804 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| /external/v8/test/mjsunit/wasm/embenchen/ |
| fannkuch.js | 616 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 636 var stack = 0; 644 if (!stack) stack = Runtime.stackSave(); 663 if (stack) Runtime.stackRestore(stack); 838 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| fasta.js | 595 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 615 var stack = 0; 623 if (!stack) stack = Runtime.stackSave(); 642 if (stack) Runtime.stackRestore(stack); 817 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| memops.js | 585 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 605 var stack = 0; 613 if (!stack) stack = Runtime.stackSave(); 632 if (stack) Runtime.stackRestore(stack); 807 var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack [all...] |
| /external/valgrind/coregrind/m_scheduler/ |
| scheduler.c | 536 until the caller is finally done with the thread stack. */ 648 - stack overflow message in default_action() in m_signals.c 658 ThreadId computed by first phase of initialisation, fill in stack 2250 VgStack* stack; local [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| ConcurrentHashMap.java | 378 * a stack (see class TableStack) is created on first encounter of 385 * suggesting use of a stack here.) 3324 TableStack<K,V> stack, spare; \/\/ to save\/restore on ForwardingNodes field in class:ConcurrentHashMap.Traverser 4849 TableStack<K,V> stack, spare; field in class:ConcurrentHashMap.BulkTask [all...] |
| /art/runtime/jit/ |
| jit.cc | 82 LOG(FATAL) << "Method on stack replacement threshold is above its internal limit."; 378 extern "C" void art_quick_osr_stub(void** stack, 400 // Don't attempt to do an OSR if we are close to the stack limit. Since 401 // the interpreter frames are still on stack, OSR has the potential 402 // to stack overflow even for a simple loop. 439 // Find stack map starting at the target dex_pc. 442 // There is no OSR stack map for this dex pc offset. Just return to the interpreter in the 454 // We found a stack map, now fill the frame with dex register values from the interpreter's 462 // stack. 469 // Art ABI: ArtMethod is at the bottom of the stack [all...] |
| /bionic/libm/x86/ |
| e_asin.S | [all...] |
| e_atan2.S | 1220 .section .note.GNU-stack, ""
|
| /bionic/libm/x86_64/ |
| e_acos.S | [all...] |
| e_asin.S | [all...] |
| e_atan2.S | 1222 .section .note.GNU-stack, ""
|
| s_cos.S | 1251 .section .note.GNU-stack, ""
|
| /device/google/marlin/common/ |
| base.mk | 815 system/bluetooth/data/stack.conf:system/etc/bluetooth/stack.conf
|
| /external/boringssl/ |
| sources.mk | 196 src/crypto/stack/stack.c\
|
| /external/boringssl/src/crypto/modes/asm/ |
| ghash-armv4.pl | 103 ################# r13 is stack pointer 175 stmdb sp!,{r4-r11} @ ... to stack
|
| /external/boringssl/src/crypto/x509/ |
| x_all.c | 63 #include <openssl/stack.h>
|
| /external/boringssl/src/crypto/x509v3/ |
| pcy_tree.c | 62 #include <openssl/stack.h>
|
| /external/boringssl/src/include/openssl/ |
| pem.h | 65 #include <openssl/stack.h>
|
| /external/conscrypt/src/main/native/ |
| org_conscrypt_NativeCrypto.cpp | 405 * OpenSSL keeps an "error stack" per thread, and given that this code 416 * Manages the freeing of the OpenSSL error stack. This allows you to 421 * argument to things that free the error stack state as a side-effect. [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
| /external/guice/extensions/persist/lib/ |
| log4j-1.2.14.jar | |
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_chroma_copy_w16out.s | 107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_inter_pred_chroma_vert.s | 107 stmfd sp!,{r4-r12,r14} @stack stores the values of the arguments
|