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.2 zR x? A?C
K .symtab .strtab .shstrtab .rela.text .data .bss .comment .note.GNU-stack |