/external/chromium_org/v8/test/webkit/fast/js/ |
exception-properties.js | 42 shouldBe('enumerableProperties(nativeError)', '["stack", "line", "sourceURL"]');
|
/external/chromium_org/v8/test/webkit/ |
try-catch-try-try-catch-try-finally-return-catch-finally.js | 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
|
/external/elfutils/tests/ |
run-addrname-test.sh | 75 7fff61068000-7fff6107d000 rw-p 7ffffffea000 00:00 0 [stack]
|
/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/libffi/src/powerpc/ |
ffi.c | 63 /* ffi_prep_args_SYSV is called by the assembly routine once stack space 66 The stack layout we want looks like this: 70 | Previous backchain pointer 4 | stack pointer here 77 |--------------------------------------------| | stack | 83 |--------------------------------------------| | stack pointer here 90 ffi_prep_args_SYSV (extended_cif *ecif, unsigned *const stack) 144 stacktop.c = (char *) stack + bytes; 150 next_arg.u = stack + 2; 153 FFI_ASSERT (((unsigned) (char *) stack & 0xF) == 0); 222 stack, 4-byte aligned. * [all...] |
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 30 ; Align stack on 16-byte boundary.
|
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 148 add %sp,$bias,%o0 ! real top of stack
|
/external/openssl/crypto/perlasm/ |
x86gas.pl | 118 $::stack=4; 124 $::stack=0;
|
x86masm.pl | 107 $::stack=4; 113 $::stack=0;
|
/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/v8/test/mjsunit/regress/ |
regress-119429.js | 32 if (++d == 25135) { // A magic number just below stack overflow on ia32
|
regress-2249423.js | 29 // Regression test for stack corruption issue.
|
regress-3230771.js | 28 // Regression test for missing stack-overflow check in
|
regress-crbug-100859.js | 28 // This used to trigger a crash because of an unhandled stack overflow.
|
/external/valgrind/main/coregrind/ |
m_cpuid.S | 155 /* Let the linker know we don't need an executable stack */ 156 .section .note.GNU-stack,"",@progbits
|
/external/valgrind/main/memcheck/tests/ |
fprw.stderr.exp | 34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
origin2-not-quite.stderr.exp | 26 Uninitialised value was created by a stack allocation
|
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 67 * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call. 225 CallStack stack(LOG_TAG); 337 CallStack stack(LOG_TAG);
|
/frameworks/rs/ |
spec.l | 1 %option stack
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 12 #include <stack> 104 std::stack<int> stack1;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 23 currentframe() - get the current stack frame 24 stack(), trace() - get info about frames on the stack or in a traceback 223 co_stacksize virtual machine stack space required 761 stack, remain, count = [], [], [] 773 stack.append(names[value]) 779 stack[0] = [stack[0]] 786 stack[-size:] = [stack[-size:] 1052 def stack(context=1): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 12 #include <stack> 104 std::stack<int> stack1;
|