HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 451 - 475 of 10770) sorted by null

<<11121314151617181920>>

  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 20 .limit stack 0
27 .limit stack 0
34 .limit stack 0
41 .limit stack 0
48 .limit stack 0
55 .limit stack 0
63 .limit stack 0
70 .limit stack 0
77 .limit stack 0
84 .limit stack
    [all...]
  /dalvik/vm/interp/
Stack.h 18 * Stack frames, and uses thereof.
27 Stack layout
29 In what follows, the "top" of the stack is at a low position in memory,
30 and the "bottom" of the stack is in a high position (put more simply,
31 they grow downward). They may be merged with the native stack at a
38 value, which is passed through the interpreter rather than on the stack,
45 +-----------------+ <-- stack ptr (top of stack)
77 will be enough room for all possible "outs" on the stack before calling
80 All "V registers" are 32 bits, and all stack entries are 32-bit aligned
    [all...]
  /external/libffi/src/ia64/
ffi.c 51 /* The stack layout given to ffi_call_unix and ffi_closure_unix_inner. */
57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */
278 struct ia64_args *stack; local
288 /* Allocate the stack frame. */
289 stack = alloca (cif->bytes);
298 stack->gp_regs[gpcount++] = *(SINT8 *)avalue[i];
301 stack->gp_regs[gpcount++] = *(UINT8 *)avalue[i];
304 stack->gp_regs[gpcount++] = *(SINT16 *)avalue[i];
307 stack->gp_regs[gpcount++] = *(UINT16 *)avalue[i];
310 stack->gp_regs[gpcount++] = *(SINT32 *)avalue[i]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
sexps.py 51 stack = [[]]
55 stack.append([])
57 if len(stack) == 1:
59 sexp = stack.pop()
60 stack[-1].append(sexp)
62 stack[-1].append(token)
63 if len(stack) != 1:
65 if len(stack[0]) != 1:
67 return stack[0][0]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 10 // Interface to describe the layout of a stack frame on the target machine.
26 /// Information about stack frame layout on the target. It holds the direction
27 /// of stack growth, the known stack alignment on entry to each function, and
30 /// The offset to the local area is the offset from the stack pointer on
36 StackGrowsUp, // Adding to the stack increases the stack address
37 StackGrowsDown // Adding to the stack decreases the stack address
40 // Maps a callee saved register to a stack slot with a fixed offset
    [all...]
  /external/llvm/test/Object/Inputs/
liblong_filenames.a 17 GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2zRx ?A?C K .symtab.strtab.shstrtab.rela.text.data.bss.comment.note.GNU-stack.rela.eh_frame @X
28 ELF>@@ UH??]?GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2zRx ? A?C F .symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack.rela.eh_frame@ !L'L,0L*5vJx8E? ?T??
39 ELF>0@@ UH??]?UH??]?GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2zRx ? A?C F <A?C A .symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack.rela.eh_frame@!T'T,0T*5~J?XE?0 ?T??
45 ELF>?@@ GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!@'@,0@*5jjE?? ? ????4.cshankar
48 ELF>?@@ GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!@'@,0@*5jjE?? ?????5.ca
50 ELF>?@@ GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!@'@,0@*5jjE?? ?????6.cb
52 ELF>?@@ GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!@'@,0@*5jjE?? ?!????abcdefghijklmnopqrstuvwxyz1.ca
59 ELF>@@ UH??]?GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2zRx ? A?C F .symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack.rela.eh_frame@ !L'L,0L*5vJx8E? ?T??
63 ELF>?@@ GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!@'@,0@*5jjE?? ?!????abcdefghijklmnopqrstuvwxyz2.cb
  /external/mesa3d/src/glsl/tests/
sexps.py 51 stack = [[]]
55 stack.append([])
57 if len(stack) == 1:
59 sexp = stack.pop()
60 stack[-1].append(sexp)
62 stack[-1].append(token)
63 if len(stack) != 1:
65 if len(stack[0]) != 1:
67 return stack[0][0]
  /external/speex/libspeex/
filters.h 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack);
64 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack);
73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
76 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
87 char *stack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdl.a 7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
10 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlclose__dlclosedlsym.o/ 1207352325 0 0 100644 768 `
14 U??? ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@! ?%d+d0d*9??Ih?  ?!dlsym__dlsymdlvsym.o/ 1207352325 0 0 100644 776 `
18 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?("dlvsym__dlvsym"dlerror.o/ 1207352325 0 0 100644 748 `
20 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlerror__dlerrordladdr.o/ 1207352325 0 0 100644 748 `
22 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ? dladdr__dladdrdladdr1.o/ 1207352325 0 0 100644 748 `
24 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dladdr1__dladdr1dlinfo.o/ 1207352325 0 0 100644 776 `
28 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?(dlinfo__dlinfo"dlmopen.o/ 1207352325 0 0 100644 1052 `
32 ELF?4( U????E?D$ ?E?D$?E ?D$?E?$???????Using 'dlmopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlmopen.comment.note.GNU-stack@(  %h+h0?? E*N--^D?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libdl.a 7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
10 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlclose__dlclosedlsym.o/ 1207352326 0 0 100644 768 `
14 U??? ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@! ?%d+d0d*9??Ih?  ?!dlsym__dlsymdlvsym.o/ 1207352326 0 0 100644 776 `
18 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?("dlvsym__dlvsym"dlerror.o/ 1207352326 0 0 100644 748 `
20 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlerror__dlerrordladdr.o/ 1207352326 0 0 100644 748 `
22 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ? dladdr__dladdrdladdr1.o/ 1207352326 0 0 100644 748 `
24 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dladdr1__dladdr1dlinfo.o/ 1207352326 0 0 100644 776 `
28 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?(dlinfo__dlinfo"dlmopen.o/ 1207352326 0 0 100644 1052 `
32 ELF?4( U????E?D$ ?E?D$?E ?D$?E?$???????Using 'dlmopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlmopen.comment.note.GNU-stack@(  %h+h0?? E*N--^D?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdl.a 7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
10 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlclose__dlclosedlsym.o/ 1207352325 0 0 100644 768 `
14 U??? ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@! ?%d+d0d*9??Ih?  ?!dlsym__dlsymdlvsym.o/ 1207352325 0 0 100644 776 `
18 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?("dlvsym__dlvsym"dlerror.o/ 1207352325 0 0 100644 748 `
20 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlerror__dlerrordladdr.o/ 1207352325 0 0 100644 748 `
22 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ? dladdr__dladdrdladdr1.o/ 1207352325 0 0 100644 748 `
24 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dladdr1__dladdr1dlinfo.o/ 1207352325 0 0 100644 776 `
28 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?(dlinfo__dlinfo"dlmopen.o/ 1207352325 0 0 100644 1052 `
32 ELF?4( U????E?D$ ?E?D$?E ?D$?E?$???????Using 'dlmopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlmopen.comment.note.GNU-stack@(  %h+h0?? E*N--^D?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libdl.a 7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
10 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlclose__dlclosedlsym.o/ 1207352326 0 0 100644 768 `
14 U??? ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@! ?%d+d0d*9??Ih?  ?!dlsym__dlsymdlvsym.o/ 1207352326 0 0 100644 776 `
18 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?("dlvsym__dlvsym"dlerror.o/ 1207352326 0 0 100644 748 `
20 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dlerror__dlerrordladdr.o/ 1207352326 0 0 100644 748 `
22 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ? dladdr__dladdrdladdr1.o/ 1207352326 0 0 100644 748 `
24 U??]?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@  ?%L+L0L*9vvIP?  ?  dladdr1__dladdr1dlinfo.o/ 1207352326 0 0 100644 776 `
28 U????E?D$ ?E?D$?E ?D$?E?$???????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@( %h+h0h*9??Il?  ?(dlinfo__dlinfo"dlmopen.o/ 1207352326 0 0 100644 1052 `
32 ELF?4( U????E?D$ ?E?D$?E ?D$?E?$???????Using 'dlmopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlmopen.comment.note.GNU-stack@(  %h+h0?? E*N--^D?
  /system/core/include/corkscrew/
backtrace.h 17 /* A stack unwinder. */
36 uintptr_t stack_top; /* top of stack for this frame */
37 size_t stack_size; /* size of this stack frame */
54 * Unwinds the call stack for the current thread of execution.
55 * Populates the backtrace array with the program counters from the call stack.
61 * Unwinds the call stack for a thread within this process.
62 * Populates the backtrace array with the program counters from the call stack.
71 * Unwinds the call stack of a task within a remote process using ptrace().
72 * Populates the backtrace array with the program counters from the call stack.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_arm-inl.h 48 // mode in a fixed location on its stack frame. If the caller is a different
50 // still in the designated register or saved on stack along with other callee
53 // Given a pointer to a stack frame, locate and return the calling
64 // With the stack growing downwards, older stack frame must be
67 // Assume stack frames larger than 100,000 bytes are bogus.
70 // In the non-strict mode, allow discontiguous stack frames.
98 // void** result: the stack-trace, as an array
99 // int* sizes: the size of each stack frame, as an array
102 // int skip_count: how many stack pointers to skip before storing in resul
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_arm-inl.h 48 // mode in a fixed location on its stack frame. If the caller is a different
50 // still in the designated register or saved on stack along with other callee
53 // Given a pointer to a stack frame, locate and return the calling
64 // With the stack growing downwards, older stack frame must be
67 // Assume stack frames larger than 100,000 bytes are bogus.
70 // In the non-strict mode, allow discontiguous stack frames.
98 // void** result: the stack-trace, as an array
99 // int* sizes: the size of each stack frame, as an array
102 // int skip_count: how many stack pointers to skip before storing in resul
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 1 //===-- CodeGen/MachineFrameInfo.h - Abstract Stack Frame Rep. --*- C++ -*-===//
51 /// The MachineFrameInfo class represents an abstract stack frame until
52 /// prolog/epilog code is inserted. This class is key to allowing stack frame
55 /// of abstract objects on the stack frame.
57 /// To support this, the class assigns unique integer identifiers to stack
59 /// fixed stack objects (such as arguments passed on the stack) or nonnegative
60 /// for objects that may be reordered. Instructions which refer to stack
64 /// Because this class keeps track of all references to the stack frame, it
65 /// knows when a variable sized object is allocated on the stack. This is th
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 35 // Stack Frame Processing methods
38 // The stack is allocated decrementing the stack pointer on
40 // all stack references are done thought a positive offset
41 // from the stack/frame pointer, so the stack is considering
43 // to get this stack ABI compliant :)
45 // The stack frame required by the ABI (after call):
59 // Offset - offset from sp after stack allocation on function prologue
61 // The sp is the stack pointer subtracted/added from the stack siz
    [all...]
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 47 <stack>
73 </stack>
84 <stack>
93 </stack>
98 <stack>
116 </stack>
129 <stack>
138 </stack>
143 <stack>
161 </stack>
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 199 // If we don't use stack depot, we store the alloc/free stack traces
227 static void GetStackTraceFromId(u32 id, StackTrace *stack) {
232 internal_memcpy(stack->trace, trace, sizeof(uptr) * size);
233 stack->size = size;
236 void AsanChunkView::GetAllocStack(StackTrace *stack) {
238 GetStackTraceFromId(chunk_->alloc_context_id, stack);
240 StackTrace::UncompressStack(stack, chunk_->AllocStackBeg(),
244 void AsanChunkView::GetFreeStack(StackTrace *stack) {
246 GetStackTraceFromId(chunk_->free_context_id, stack);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 56 static void StackStripMain(ReportStack *stack) {
64 for (ReportStack *ent = stack; ent; ent = ent->next) {
91 // Ensure that we recovered stack completely. Trimmed stack
95 DPrintf("Bottom stack frame of stack %zx is missed\n", stack->pc);
107 ReportStack *stack = 0;
128 last->next = stack;
129 stack = ent
207 const uptr *stack = StackDepotGet(tctx->creation_stack_id, &ssz); local
276 const uptr *stack = StackDepotGet(s->creation_stack_id, &ssz); local
314 const uptr *stack = StackDepotGet(creat_stack, &ssz); local
341 const uptr *stack = StackDepotGet(b->StackId(), &ssz); local
371 const uptr *stack = StackDepotGet(stack_id, &ssz); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 41 /// Stack abstraction that also supports the IList interface
50 /// Adds an element to the top of the stack list.
58 /// Removes the element at the top of the stack list and returns it.
60 /// <returns>The element at the top of the stack.</returns>
69 /// Removes the element at the top of the stack list without removing it.
71 /// <returns>The element at the top of the stack.</returns>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java 90 byte[] stack = new byte[5];
91 int pos = stack.length;
93 stack[--pos] = (byte)(tagNo & 0x7F);
98 stack[--pos] = (byte)(tagNo & 0x7F | 0x80);
102 write(stack, pos, stack.length - pos);
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapTableAttribute.java 29 * This Attribute represents a stack map table attribute.
48 * Creates a StackMapTableAttribute with the given stack map frames.
57 * Creates a StackMapTableAttribute with the given stack map frames.
76 * Applies the given stack map frame visitor to all stack map frames.
87 // first stack map frame.
  /frameworks/volley/src/com/android/volley/toolbox/
Volley.java 39 * @param stack An {@link HttpStack} to use for the network, or null for default.
42 public static RequestQueue newRequestQueue(Context context, HttpStack stack) {
53 if (stack == null) {
55 stack = new HurlStack();
59 stack = new HttpClientStack(AndroidHttpClient.newInstance(userAgent));
63 Network network = new BasicNetwork(stack);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_copy_alloc.pass.cpp 10 // <stack>
13 // stack(const stack& q, const Alloc& a);
15 #include <stack>
34 : public std::stack<T, C>
36 typedef std::stack<T, C> base;

Completed in 2445 milliseconds

<<11121314151617181920>>