/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
message_pool.py | 300 # Since tracebacks aren't picklable, send the extracted stack instead. 301 stack = traceback.extract_tb(exception_traceback) 302 self._post(name='worker_exception', args=(exception_type, exception_value, stack), from_user=False)
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-lex.l | 67 %option stack
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_os2.h | 500 /* --- Stack stuff --- */ 501 #define _MD_INIT_STACK(stack, redzone) 502 #define _MD_CLEAR_STACK(stack)
|
_win95.h | 495 /* --- Stack stuff --- */ 496 #define _MD_INIT_STACK(stack, redzone) 497 #define _MD_CLEAR_STACK(stack)
|
_winnt.h | 556 /* --- Stack stuff --- */ 557 #define _MD_INIT_STACK(stack, redzone) 558 #define _MD_CLEAR_STACK(stack)
|
/external/chromium_org/v8/test/mjsunit/ |
big-object-literal.js | 110 // Catch stack overflows.
|
debug-evaluate-closure.js | 51 print(e.stack);
|
debug-step-3.js | 70 // Make f set a breakpoint with an activation on the stack.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1167.js | 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
|
regress-crbug-163530.js | 57 // values in strict mode (length is allowed to exceed stack size).
|
/external/chromium_org/v8/test/webkit/ |
exception-with-handler-inside-eval-with-dynamic-scope.js | 24 description('This test makes sure stack unwinding works correctly when it occurs inside an eval contained in a dynamic scope.');
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_fd.cc | 133 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { 143 *stack = d->creation_stack;
|
/external/javassist/src/main/javassist/bytecode/ |
CodeAttribute.java | 52 * @param stack <code>max_stack</code> 57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, 61 maxStack = stack; 231 * Computes the maximum stack size and sets <code>max_stack</code> 309 * Adds a stack map table. If another copy of stack map table 312 * @param smt the stack map table added to this code attribute. 313 * If it is null, a new stack map is not added. 314 * Only the old stack map is removed. 323 * Adds a stack map table for J2ME (CLDC). If another copy of stack map tabl [all...] |
/external/kernel-headers/original/asm-x86/ |
processor_32.h | 340 * .. and then another 0x100 bytes for emergency kernel stack 342 unsigned long stack[64]; member in struct:tss_struct 426 void show_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack); 438 * The below -8 is to reserve 8 bytes on top of the ring0 stack. 441 * on the stack (interrupt gate does not save these registers
|
/external/libffi/src/powerpc/ |
ppc_closure.S | 83 # stack in the previous frame 326 .section .note.GNU-stack,"",@progbits
|
/external/libffi/src/sh/ |
ffi.c | 108 /* ffi_prep_args is called by the assembly routine once stack space 111 void ffi_prep_args(char *stack, extended_cif *ecif) 125 argp = stack; 223 /* Set arguments on stack. */ 499 * parameters to be passed into the stack frame and setting 543 /* Grab the addresses of the arguments from the stack frame. */
|
/external/libffi/src/sparc/ |
v9.S | 35 #define STACKFRAME 128 /* Minimum stack framesize for SPARC */ 50 sub %sp, %i2, %sp ! alloca() space in stack for frame to set up 306 .section .note.GNU-stack,"",@progbits
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
vp8_sad16x16_armv6.asm | 24 ; stack max_sad (not used)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
bilinearpredict16x16_neon.asm | 23 ; stack(r5) int dst_pitch 29 ldr r4, [sp, #12] ;load parameters from stack 30 ldr r5, [sp, #16] ;load parameters from stack 43 sub sp, sp, #272 ;reserve space on stack for temporary storage
|
buildintrapredictorsmby_neon.asm | 24 ; stack int Up 25 ; stack int Left 305 ; stack int Up 306 ; stack int Left
|
sixtappredict4x4_neon.asm | 33 ; stack(r4) unsigned char *dst_ptr, 34 ; stack(lr) int dst_pitch 40 ldr r4, [sp, #8] ;load parameters from stack 41 ldr lr, [sp, #12] ;load parameters from stack
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 67 %option stack
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelperImpl.java | 23 import gov.nist.javax.sip.stack.SIPClientTransaction; 24 import gov.nist.javax.sip.stack.SIPTransactionStack; 88 * @param sipStack -- our stack. 105 * @param sipStack -- our stack.
|
/external/tinyxml2/ |
tinyxml2.cpp | [all...] |
/external/v8/test/mjsunit/ |
big-array-literal.js | 107 // Catch stack overflows.
|