/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
endure_plotter.js | 278 if (row.stack) { 280 reportError('No stack order was specified.'); 314 if (row.stack) { 442 !!row.stack, 443 rowOther && !!rowOther.stack);
|
/external/chromium_org/ipc/ |
ipc_sync_message.cc | 10 #include <stack>
|
/external/chromium_org/sandbox/ |
sandbox_services_headers.target.darwin-x86.mk | 56 -fno-stack-protector \ 139 -fno-stack-protector \
|
sandbox_services_headers.target.linux-x86.mk | 56 -fno-stack-protector \ 139 -fno-stack-protector \
|
/external/chromium_org/testing/ |
gtest_prod.target.darwin-x86.mk | 59 -fno-stack-protector \ 143 -fno-stack-protector \
|
gtest_prod.target.linux-x86.mk | 59 -fno-stack-protector \ 143 -fno-stack-protector \
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/ |
GIFImageReader.cpp | 262 stack[stackp++] = firstchar; 277 stack[stackp++] = suffix[code]; 284 stack[stackp++] = firstchar = suffix[code]; 304 *rowIter++ = stack[--stackp];
|
/external/chromium_org/third_party/npapi/ |
npapi.target.darwin-x86.mk | 59 -fno-stack-protector \ 143 -fno-stack-protector \
|
npapi.target.linux-x86.mk | 59 -fno-stack-protector \ 143 -fno-stack-protector \
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
tasn_prn.c | 357 STACK_OF(ASN1_VALUE) *stack; 376 stack = (STACK_OF(ASN1_VALUE) *)*fld; 377 for(i = 0; i < sk_ASN1_VALUE_num(stack); i++) 382 skitem = sk_ASN1_VALUE_value(stack, i);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
common.h | 264 void* stack[kMaxStackDepth]; member in struct:tcmalloc::StackTrace
|
/external/chromium_org/v8/test/mjsunit/ |
arguments-apply.js | 109 // Make sure that the stack after the apply optimization is 132 // stack even in the presence of the apply optimizations.
|
debug-evaluate-const.js | 55 // stack-allocated const values 106 print("Caught something. " + e + " " + e.stack);
|
error-tostring.js | 41 e.stack = "Does not occur in output"; 49 e.stack = "Does not occur in output";
|
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-941049.js | 96 // activation of q is popped from the stack. 99 // activation of q is popped from the stack.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
generators-objects.js | 32 // Generators shouldn't allocate stack slots. This test will abort in debug 33 // mode if generators have stack slots.
|
/external/chromium_org/webkit/browser/fileapi/ |
copy_or_move_operation_delegate.h | 8 #include <stack>
|
/external/freetype/src/cff/ |
cffgload.h | 160 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
|
/external/javassist/src/main/javassist/ |
CtBehavior.java | 65 // a stack map table is copied from srcInfo. 430 // a stack map table is copied to destInfo. 707 int stack = b.getMaxStack(); local 710 if (stack > ca.getMaxStack()) 711 ca.setMaxStack(stack); 1021 int stack = b.getMaxStack(); local 1128 int stack = b.getMaxStack(); local [all...] |
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 84 #define init_stack (init_thread_union.stack)
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 22 * - this struct shares the supervisor stack pages 43 unsigned long previous_esp; /* ESP of the previous stack in case 84 #define init_stack (init_thread_union.stack) 87 /* how to get the current stack pointer from C */
|
/external/libffi/src/powerpc/ |
ffi_darwin.c | 57 /* ffi_prep_args is called by the assembly routine once stack space 60 The stack layout we want looks like this: 64 | Previous backchain pointer 4 | stack pointer here 71 |--------------------------------------------| | stack | 77 |--------------------------------------------| | stack pointer here 83 void ffi_prep_args(extended_cif *ecif, unsigned *const stack) 89 unsigned *const stacktop = stack + (bytes / sizeof(unsigned)); 98 unsigned *next_arg = stack + 6; /* 6 reserved positions. */ 109 FFI_ASSERT(((unsigned)(char *)stack & 0xF) == 0); 222 /* Check that we didn't overrun the stack... * [all...] |
/external/libffi/src/s390/ |
ffi.c | 156 /* ffi_prep_args is called by the assembly routine once stack space */ 162 ffi_prep_args (unsigned char *stack, extended_cif *ecif) 164 /* The stack space will be filled with those areas: 183 unsigned long long *p_fpr = (unsigned long long *)(stack + fpr_off); 184 unsigned long *p_gpr = (unsigned long *)(stack + gpr_off); 186 unsigned long *p_ov = (unsigned long *)stack; 437 go in FPRs, the rest overflow to the stack. */ 454 if one is still available, or else on the stack. If only one 471 have been used) or overflows to the stack. */ 482 /* Total stack space as required for overflow argument [all...] |
/external/libffi/src/sparc/ |
ffi.c | 33 /* ffi_prep_args is called by the assembly routine once stack space 36 void ffi_prep_args_v8(char *stack, extended_cif *ecif) 44 argp = stack + 16*sizeof(int); 122 int ffi_prep_args_v9(char *stack, extended_cif *ecif) 133 argp = stack + 16*sizeof(long long); 287 /* The stack must be 2 word aligned, so round bytes up 498 /* Grab the addresses of the arguments from the stack frame. */ 565 /* Grab the addresses of the arguments from the stack frame. */
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
vp8_mse16x16_neon.asm | 25 ; stack unsigned int *sse 65 ldr r12, [sp] ;load *sse from stack
|