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

<<61626364656667686970>>

  /external/v8/test/mjsunit/
apply.js 121 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
131 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 76 /* New stack frame */
227 /* make a stack frame for the code we are calling */
498 /* Let the linker know we don't need an executable stack */
499 .section .note.GNU-stack,"",@progbits
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 105 Massif: stack allocs: 0
106 Massif: stack frees: 0
  /frameworks/base/tools/aapt/
XMLNode.h 148 Vector<sp<XMLNode> > stack; member in struct:XMLNode::ParseState
  /ndk/build/tools/
build-host-prebuilts.sh 253 # First, ndk-stack
254 echo "Building $SYSNAME ndk-stack"
255 run $BUILDTOOLS/build-ndk-stack.sh $TOOLCHAIN_FLAGS
256 fail_panic "ndk-stack build failure!"
  /ndk/sources/host-tools/make-3.81/
alloca.c 5 which is used to allocate space off the run-time stack so
16 that are found to be deeper in the stack than the current
60 /* If your stack is a linked list of frames, you have to
95 /* Define STACK_DIRECTION if you know the direction of stack
120 auto char dummy; /* To get stack address. */
132 stack_dir = 1; /* Stack grew upward. */
134 stack_dir = -1; /* Stack grew downward. */
142 (b) keep track of stack depth.
157 char *deep; /* For stack depth measure. */
166 was supposed to be taken from the current stack frame of th
433 long size, pseg, this_segment, stack; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 7 which is used to allocate space off the run-time stack so
18 that are found to be deeper in the stack than the current
67 /* If your stack is a linked list of frames, you have to
77 /* Define STACK_DIRECTION if you know the direction of stack
102 auto char dummy; /* To get stack address. */
114 stack_dir = 1; /* Stack grew upward. */
116 stack_dir = -1; /* Stack grew downward. */
124 (b) keep track of stack depth.
139 char *deep; /* For stack depth measure. */
148 was supposed to be taken from the current stack frame of th
421 long size, pseg, this_segment, stack; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 253 // death test child process, which operates on a very small stack. Use
1057 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 139 StackTraceElement[] stack = current.getStackTrace(); local
148 int stop = stack.length > 7 ? 7 : stack.length;
150 String methodName = stack[i].getMethodName();
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 186 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 186 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 186 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 186 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 186 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct
  /external/libsepol/src/
services.c 83 /* Stack services for RPN to infix conversion. */
84 static char **stack; variable
91 char **new_stack = stack;
99 new_stack = realloc(stack, new_stack_len * sizeof(*stack));
101 ERR(NULL, "unable to allocate stack space");
105 stack = new_stack;
107 stack[next_stack_entry] = expr_ptr;
116 ERR(NULL, "pop called with no stack entries");
119 return stack[next_stack_entry]
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict8x4_neon.asm 34 ; stack(r5) int dst_pitch
40 ldr r4, [sp, #12] ;load parameters from stack
41 ldr r5, [sp, #16] ;load parameters from stack
54 sub sp, sp, #32 ;reserve space on stack for temporary storage
231 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 268 * the bottom of the stack. artDeliverExceptionFromCode will place the callee save Method* at
349 * stack and call the appropriate C helper.
429 subu $sp, $sp, $t0 # reserve stack space for argument array
430 addiu $a0, $sp, 4 # pass stack pointer + method ptr as dest for memcpy
433 addiu $sp, $sp, 16 # restore stack after memcpy
441 move $sp, $fp # restore the stack
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 122 /* The instruction argument stack. */
422 /* free stack */
423 FT_FREE( exec->stack );
426 /* free call stack */
484 exec->stack = NULL;
618 /* XXX: We reserve a little more elements on the stack to deal safely */
624 (void*)&exec->stack,
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack; member in struct:fst::ExpandFstOptions
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {}
90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)),
93 own_stack_(opts.stack == 0), own_state_table_(opts.state_table == 0),
186 // Stack push/pop
326 // shortest-stack first queue discipline and relies on the
342 typedef PdtStack<StackId, Label> Stack;
388 // 1. states corresponding to shortest stack first,
390 // 3. among states with the same stack, shortest-first order is used
    [all...]

Completed in 2082 milliseconds

<<61626364656667686970>>