HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 1551 - 1575 of 2692) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 460 t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
462 t->stack[kMaxStackDepth-1] = reinterpret_cast<void*>(Static::growth_stacks());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 399 t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
401 t->stack[kMaxStackDepth-1] = reinterpret_cast<void*>(Static::growth_stacks());
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 77 mov esp, 0x01000000 ; Get some stack space
113 idesc32 isrP, 0x0008, 0 ; 0x0C, 12, #SS, Stack Fault
151 dw isrR, 0 ; 0x0C, 12, #SS, Stack Fault
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-locals.js 138 print("Caught something. " + e + " " + e.stack);
debug-evaluate.js 82 // Test evaluation of a in the stack frames and the global context.
debug-function-scopes.js 161 CheckNoScopeVisible(new Error().__lookupGetter__("stack"));
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2318.js 33 // Stack-allocate to reach the end of stack quickly.
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/chromium_org/webkit/browser/appcache/
appcache_response_unittest.cc 5 #include <stack>
117 // We unwind the stack prior to finishing up to let stack
660 std::stack<std::pair<base::Closure, bool> > task_stack_;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 418 // C/C++ uses embed shadow stack of fixed size.
421 // Go uses satellite shadow stack with dynamic size.
562 void AddStack(const StackTrace *stack);
563 void AddMemoryAccess(uptr addr, Shadow s, const StackTrace *stack,
718 // The caller may not create the stack frame for itself at all,
719 // so we create a reserve stack frame for it (1024b must be enough).
  /external/libffi/src/mips/
o32.S 72 SUBU $sp, v0 # move the stack pointer to reflect the
179 ADDU $sp, SIZEOF_FRAME # Fix stack pointer
188 stack, then calls ffi_closure_mips_inner_O32, which
191 Stack layout:
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dequant_idct_v6.asm 127 ldr r12, [sp] ; get stride from stack
vp8_variance8x8_armv6.asm 22 ; stack unsigned int *sse
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 34 ; stack(r5) int dst_pitch
48 ldr r4, [sp, #12] ;load parameters from stack
49 ldr r5, [sp, #16] ;load parameters from stack
62 sub sp, sp, #336 ;reserve space on stack for temporary storage
  /external/llvm/include/llvm/Support/
FileSystem.h 40 #include <stack>
902 std::stack<directory_iterator, std::vector<directory_iterator> > Stack;
917 State->Stack.push(directory_iterator(path, ec));
918 if (State->Stack.top() == directory_iterator()
    [all...]
  /external/openfst/src/include/fst/
rmepsilon.h 28 #include <stack>
143 stack<StateId> eps_queue_; // Queue used to visit the epsilon-closure
  /external/qemu/
ia64.ld 208 /DISCARD/ : { *(.note.GNU-stack) }
ppc.ld 226 /DISCARD/ : { *(.note.GNU-stack) }
  /external/v8/src/
parser.h 389 // Linked list implementation of stack of states.
636 Expression* ParseNewPrefix(PositionStack* stack, bool* ok);
637 Expression* ParseMemberWithNewPrefixesExpression(PositionStack* stack,
686 // BUG 1215673: Find a thread safe way to set a stack limit in
  /external/v8/test/mjsunit/
debug-evaluate.js 82 // Test evaluation of a in the stack frames and the global context.
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
  /external/v8/test/mjsunit/regress/
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 321 stmfd SP!,{LR} @ store return address on stack
348 ldmfd SP!,{LR} @ restore return address from stack
378 stmfd SP!,{r10,LR} @ store return address on stack
393 ldmfd SP!,{r10,LR} @ restore return address from stack
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 31 Address 0x........ is not stack'd, malloc'd or (recently) free'd

Completed in 1739 milliseconds

<<61626364656667686970>>