HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 276 - 300 of 7586) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
tailcall-stackalign.ll 2 ; Linux has 8 byte alignment so the params cause stack size 20 when tailcallopt
3 ; is enabled, ensure that a normal fastcc call has matching stack size
2008-10-27-StackRealignment.ll 1 ; Linux doesn't support stack realignment for functions with allocas (PR2888).
2 ; Until it does, we shouldn't use movaps to access the stack. On targets with
3 ; sufficiently aligned stack (e.g. darwin) we should.
4 ; PR8969 - make 32-bit linux have a 16-byte aligned stack
tailcallstack64.ll 4 ; FIXME: Redundant unused stack allocation could be eliminated.
7 ; Check that lowered arguments on the stack do not overwrite each other.
14 ; Move param %in2 to stack.
16 ; Move result of addition to stack.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultMessageLogFactory.java 1 package gov.nist.javax.sip.stack;
7 * The Default Message log factory. This can be replaced as a stack
  /external/qemu/target-arm/
helper-android.h 15 * calling stack.
22 * thread's calling stack.
  /external/skia/src/animator/
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
6 ((((( operator precedence or similar making stack deep
  /external/srec/portable/include/
PStackTrace.h 30 * Manipulates process stack-trace information.
36 * Maximum length of stack-trace string.
65 * Returns the depth of the current stack trace (0-based).
73 * Returns the current process stack-track.
75 * @param text [out] The resulting stack-trace text
93 * Removes the deepest level of the stack-trace.
95 * @param text [in/out] The stack-trace string.
101 * Destroys the stack trace object.
  /external/v8/test/mjsunit/regress/
regress-798.js 35 assertEquals(3, e.stack.split('\n').length);
44 assertEquals(3, e.stack.split('\n').length);
53 assertEquals(3, e.stack.split('\n').length);
62 assertEquals(3, e.stack.split('\n').length);
75 assertEquals(3, e.stack.split('\n').length);
83 assertEquals(3, e.stack.split('\n').length);
90 // Check that the stack for an exception in a getter and setter produce the
91 // expected stack height.
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree3.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
  /external/valgrind/main/memcheck/tests/linux/
lsframe1.c 2 /* Demonstrate Memcheck correctly handling a 64M array on the stack.
4 generates a very large stack, --main-stacksize=67200000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 10 stack during a system call. */
60 /* top of stack page */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IStackTraceInfo.java 20 * Classes which implement this interface provide a method that returns a stack trace.
25 * Returns the stack trace. This can be <code>null</code>.
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 5 * other things can be placed on the parse stack. Symbols are used to
6 * keep track of state on the parse stack. The symbol currently on top
7 * of the stack contains the current state in the parse_state field.
45 /** The parse state to be recorded on the parse stack with this symbol.
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /dalvik/vm/mterp/x86/
binflop.S 9 $load (rFP,%eax,4) # vCC to fp stack
  /development/pdk/docs/porting/bluetooth/
bluetooth_process.jd 6 <p>The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack. Click <a href="../bluetooth.html">Bluetooth</a> to return to the Bluetooth overview page.</p>
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-pause-on-else-statements.html 14 in the call stack, you should see the execution line on the call to test().</p>
debugger-pause-on-for-in-statements.html 14 the (anonymous function) node in the call stack, you should see the execution line on the call to test().
debugger-pause-on-for-statements.html 12 (anonymous function) node in the call stack, you should see the execution line on the call to test().</p>
  /external/grub/docs/
boot.S 53 /* Initialize the stack pointer. */
54 movl $(stack + STACK_SIZE), %esp
78 /* Our stack area. */
79 .comm stack, STACK_SIZE
boot.S.texi 53 /* @r{Initialize the stack pointer.} */
54 movl $(stack + STACK_SIZE), %esp
78 /* @r{Our stack area.} */
79 .comm stack, STACK_SIZE
  /external/kernel-headers/original/asm-arm/
mman.h 6 #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
  /external/kernel-headers/original/asm-x86/
user32.h 52 __u32 u_ssize; /* Stack segment size (pages). */
54 __u32 start_stack; /* Starting virtual address of stack area.
55 This is actually the bottom of the stack,
56 the top of the stack is always found in the

Completed in 420 milliseconds

<<11121314151617181920>>