| /external/boringssl/src/crypto/perlasm/ |
| x86nasm.pl | 118 $::stack=4; 122 { $::stack=0;
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| reraiser_thread.py | 23 """Log the stack for the given thread. 29 stack = sys._current_frames()[thread.ident] 31 error_log_func('Stack dump for thread %r', thread.name) 33 for filename, lineno, name, line in traceback.extract_stack(stack): 131 """Join all threads without stack dumps.
|
| /external/google-breakpad/src/processor/ |
| postfix_evaluator-inl.h | 57 // A small class used in Evaluate to make sure to clean up the stack 61 explicit AutoStackClearer(vector<string> *stack) : stack_(stack) {} 196 // Push it onto the stack as-is. Use push_back instead of PushValue 236 // Ensure that the stack is cleared before returning. 242 // If there's anything left on the stack, it indicates incomplete execution. 243 // This is a failure case. If the stack is empty, evalution was complete 255 // Ensure that the stack is cleared before returning. 261 // A successful execution should leave exactly one value on the stack. 275 // There needs to be at least one element on the stack to pop [all...] |
| /external/javassist/src/main/javassist/bytecode/stackmap/ |
| TypedBlock.java | 68 sbuf.append(",\n stack={"); 98 public void setStackMap(int st, TypeData[] stack, int nl, TypeData[] locals) 102 stackTypes = stack;
|
| /external/javassist/src/main/javassist/expr/ |
| Expr.java | 84 protected final int stack() { method in class:Expr 229 * After executing this method, the current stack depth might be less than 313 codeAttr.setMaxStack(stack()); method
|
| /external/libchrome/sandbox/linux/services/ |
| credentials.cc | 60 // Disable sanitizers that rely on TLS and may write to non-stack memory. 67 // any memory other than the stack or errno. Reads from TLS may be different 100 // The stack grows downward. 101 void* stack = stack_buf + sizeof(stack_buf); local 120 pid = clone(ChrootToSelfFdinfo, stack, clone_flags, nullptr, nullptr, tls,
|
| /external/libdivsufsort/lib/ |
| trsort.c | 331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; local 381 a = stack[--ssize].b, b = stack[ssize].c; 382 if(stack[ssize].d == 0) { 385 if(0 <= trlink) { stack[trlink].d = -1; } 415 if(0 <= trlink) { stack[trlink].d = -1; } 514 if((1 < (b - a)) && (0 <= trlink)) { stack[trlink].d = -1; } 539 if(0 <= trlink) { stack[trlink].d = -1; }
|
| /external/libhevc/common/arm/ |
| ihevc_intra_pred_chroma_ver.s | 86 @stack contents from #40 102 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_luma_mode2.s | 90 @stack contents from #40 107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_luma_mode_18_34.s | 90 @stack contents from #40 107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| /external/libnfc-nci/ |
| Android.mk | 13 # Build shared library system/lib/libnfc-nci.so for stack code.
|
| /external/libvncserver/webclients/novnc/include/ |
| websock.js | 366 if (typeof exc.stack !== 'undefined') { 367 exception_str += exc.stack;
|
| /external/llvm/test/MC/Mips/ |
| set-push-pop-directives.s | 8 # The first environment on the stack (with initial values).
|
| /external/llvm/test/tools/llvm-readobj/ARM/ |
| attribute-4.s | 51 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 16-byte data alignment
|
| attribute-5.s | 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 32-byte data alignment
|
| attribute-6.s | 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 64-byte data alignment
|
| /external/regex-re2/re2/testing/ |
| regexp_generator.cc | 12 // To evaluate a command, enough arguments are popped from the value stack to 13 // plug into the %s slots. Then the result is pushed onto the stack. 16 // results in the stack 25 #include <stack> 92 // nstk: the number of elements that would be on the stack after executing 107 // get back down to a single expression on the stack 147 // get back down to a single expression on the stack 181 stack<string> regexps; 214 printf("Stack after running program:\n");
|
| /external/regex-re2/re2/ |
| walker-inl.h | 79 // Clears the stack. Should never be necessary, since 80 // Walk always enters and exits with an empty stack. 81 // Logs DFATAL if stack is not already clear. 89 stack<WalkState<T> >* stack_; 133 stack_ = new stack<WalkState<T> >; 142 // Clears the stack. Should never be necessary, since 143 // Walk always enters and exits with an empty stack. 144 // Logs DFATAL if stack is not already clear. 147 LOG(DFATAL) << "Stack not empty.";
|
| /external/speex/libspeex/ |
| cb_search_arm4.h | 39 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
|
| /external/toybox/ |
| main.c | 139 // Return if stack depth getting noticeable (proxy for leaked heap, etc). 198 // Snapshot stack location so we can detect recursion depth later. 199 // This is its own block so probe doesn't permanently consume stack. 201 int stack; local 203 toys.stacktop = &stack;
|
| /external/v8/test/mjsunit/ |
| debug-stepframe.js | 97 print(e + e.stack);
|
| /external/v8/test/mjsunit/es6/ |
| debug-evaluate-arrow-function-receiver.js | 28 print(e + e.stack); 57 // Stack-allocated receiver.
|
| tail-call-simple.js | 5 // Flags: --allow-natives-syntax --harmony-tailcalls --stack-size=100
|
| /external/v8/test/mjsunit/es8/ |
| syntactic-tail-call-simple.js | 5 // Flags: --allow-natives-syntax --harmony-explicit-tailcalls --stack-size=100
|
| /external/v8/test/mjsunit/regress/ |
| regress-119429.js | 32 if (++d == 25135) { // A magic number just below stack overflow on ia32
|