/external/compiler-rt/lib/asan/ |
asan_thread.cc | 30 if (args->stack) { 31 internal_memcpy(&stack, args->stack, sizeof(stack)); 103 // and we don't want it to have any poisoned stack. 117 Report("T%d: stack [%p,%p) size 0x%zx; local=%p\n", 219 // TSD. Try to figure out if this is still the main thread by the stack
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_fd.h | 57 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack);
|
tsan_mman.cc | 94 StackTrace stack; local 95 stack.ObtainCurrent(thr, pc); 98 if (!IsFiredSuppression(ctx, rep, stack)) { 99 rep.AddStack(&stack);
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 269 * Returns a filtered stack trace 288 * Filters stack frames from internal JUnit classes 290 public static String getFilteredTrace(String stack) { 292 return stack; 296 StringReader sr= new StringReader(stack); 309 return stack; // return the stack unfiltered
|
/external/libffi/src/cris/ |
ffi.c | 70 ffi_prep_args (char *stack, extended_cif * ecif) 78 argp = stack; 109 (unsigned int) (UINT32 *) (stack + uiLocOnStack); 110 memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size); 333 looking at the those passed on the stack. Step over the
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 20 ; stack unsigned char *dst_ptr, 21 ; stack int dst_pitch 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184. 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack, 28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset 124 ldr r0, [sp, #216] ; load dst address from stack 180+36 125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
rdopt_altivec.asm | 22 stwu r1,-32(r1) ;# create space on the stack 48 addi r1, r1, 32 ;# recover stack
|
/external/mesa3d/src/glx/ |
indirect_vertex_array_priv.h | 306 struct array_stack_state *stack; member in struct:array_state_vector
|
/external/openssl/crypto/txt_db/ |
txt_db.h | 66 #include <openssl/stack.h>
|
/external/openssl/include/openssl/ |
txt_db.h | 66 #include <openssl/stack.h>
|
/external/skia/tests/ |
ClipCacheTest.cpp | 72 // create a clip stack that will (trivially) reduce to a single rect that 74 SkClipStack stack; local 75 stack.clipDevRect(clipRect, SkRegion::kReplace_Op, false); 80 stack.getConservativeBounds(0, 0, kXSize, kYSize, 90 clipData.fClipStack = &stack; 103 // verify that the top state of the stack matches the passed in state
|
/external/v8/src/ |
regexp-stack.h | 36 // Maintains a per-v8thread stack area that can be used by irregexp 37 // implementation for its backtracking stack. 38 // Since there is only one stack area, the Irregexp implementation is not 43 // Create and delete an instance to control the life-time of a growing stack. 45 // Initializes the stack memory area if necessary. 47 ~RegExpStackScope(); // Releases the stack if it has grown. 49 RegExpStack* stack() const { return regexp_stack_; } function in class:v8::internal::RegExpStackScope 60 // Number of allocated locations on the stack below the limit. 61 // No sequence of pushes must be longer that this without doing a stack-limit 65 // Gives the top of the memory used as stack [all...] |
/external/valgrind/main/coregrind/ |
m_stacks.c | 3 /*--- Stack management. m_stacks.c ---*/ 41 The stack 43 The stack's segment seems to be dynamically extended downwards by 44 the kernel as the stack pointer moves down. Initially, a 1-page 45 (4k) stack is allocated. When SP moves below that for the first 48 upwards to the current valid stack. It then extends the stack 53 That means that Valgrind can't spot when the stack segment is being 55 update stack permissions around SP, so we need to spot all writes 58 The deal is: when SP is assigned a lower value, the stack is bein 263 Stack* stack = find_stack_by_addr(SP); local [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-ppc32-linux.S | 78 /* make a stack frame */ 128 /* pop off stack frame */ 158 /* Let the linker know we don't need an executable stack */ 159 .section .note.GNU-stack,"",@progbits
|
syscall-ppc64-linux.S | 86 /* make a stack frame */ 136 /* pop off stack frame */ 165 /* Let the linker know we don't need an executable stack */ 166 .section .note.GNU-stack,"",@progbits
|
/external/valgrind/main/massif/tests/ |
deep-B.stderr.exp | 47 Massif: stack allocs: 0 48 Massif: stack frees: 0
|
realloc.stderr.exp | 37 Massif: stack allocs: 0 38 Massif: stack frees: 0
|
/external/valgrind/main/memcheck/tests/x86/ |
pushfpopf_s.S | 18 # save possibly undef flags on stack
|
/ndk/build/tools/ |
dev-cleanup.sh | 50 rm -f $DIR/ndk-stack*
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 50 struct obstack stack; member in struct:ht
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 50 struct obstack stack; member in struct:ht
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 50 struct obstack stack; member in struct:ht
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 50 struct obstack stack; member in struct:ht
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |