HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 376 - 400 of 636) sorted by null

<<11121314151617181920>>

  /external/libvpx/vp8/common/arm/neon/
sixtappredict8x8_neon.asm 22 ; stack(r4) unsigned char *dst_ptr,
23 ; stack(r5) int dst_pitch
30 ldr r4, [sp, #12] ;load parameters from stack
31 ldr r5, [sp, #16] ;load parameters from stack
44 sub sp, sp, #64 ;reserve space on stack for temporary storage
235 vld1.u8 {q9}, [lr]! ;load intermediate data from stack
bilinearpredict16x16_neon.asm 23 ; stack(r5) int dst_pitch
29 ldr r4, [sp, #12] ;load parameters from stack
30 ldr r5, [sp, #16] ;load parameters from stack
43 sub sp, sp, #272 ;reserve space on stack for temporary storage
buildintrapredictorsmby_neon.asm 24 ; stack int Up
25 ; stack int Left
305 ; stack int Up
306 ; stack int Left
sixtappredict4x4_neon.asm 22 ; stack(r4) unsigned char *dst_ptr,
23 ; stack(lr) int dst_pitch
29 ldr r4, [sp, #8] ;load parameters from stack
30 ldr lr, [sp, #12] ;load parameters from stack
  /frameworks/base/include/private/opengles/
gl_context.h 453 matrixf_t *stack; member in struct:android::gl::matrix_stack_t
467 matrixf_t& top() { return stack[depth]; }
468 const matrixf_t& top() const { return stack[depth]; }
  /dalvik/vm/mterp/armv5te/
footer.S 543 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
569 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
605 @ find space for the new stack frame, check for overflow
606 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
614 blo .LstackOverflow @ yes, this frame will overflow stack
618 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save area
686 /* insert fake function header to help gdb find the stack frame */
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
88 * Given a frame pointer, find the stack save area.
174 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
240 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
242 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
246 bxlo lr @ return to raise stack overflow excep.
302 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
304 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
309 bxlo r12 @ return to raise stack overflow excep
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
88 * Given a frame pointer, find the stack save area.
174 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
240 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
242 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
246 bxlo lr @ return to raise stack overflow excep.
302 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
304 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
309 bxlo r12 @ return to raise stack overflow excep
    [all...]
CompilerTemplateAsm-armv7-a.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
88 * Given a frame pointer, find the stack save area.
174 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
240 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
242 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
246 bxlo lr @ return to raise stack overflow excep.
302 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
304 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
309 bxlo r12 @ return to raise stack overflow excep
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 340 * .. and then another 0x100 bytes for emergency kernel stack
342 unsigned long stack[64]; member in struct:tss_struct
426 void show_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack);
438 * The below -8 is to reserve 8 bytes on top of the ring0 stack.
441 * on the stack (interrupt gate does not save these registers
  /external/libffi/src/powerpc/
ppc_closure.S 83 # stack in the previous frame
326 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/sh/
ffi.c 108 /* ffi_prep_args is called by the assembly routine once stack space
111 void ffi_prep_args(char *stack, extended_cif *ecif)
125 argp = stack;
223 /* Set arguments on stack. */
499 * parameters to be passed into the stack frame and setting
543 /* Grab the addresses of the arguments from the stack frame. */
  /external/libffi/src/sparc/
v9.S 35 #define STACKFRAME 128 /* Minimum stack framesize for SPARC */
50 sub %sp, %i2, %sp ! alloca() space in stack for frame to set up
306 .section .note.GNU-stack,"",@progbits
  /external/libvpx/vp8/decoder/arm/neon/
dequant_dc_idct_neon.asm 32 ldr r1, [sp, #8] ;load Dc from stack
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 23 import gov.nist.javax.sip.stack.SIPClientTransaction;
24 import gov.nist.javax.sip.stack.SIPTransactionStack;
88 * @param sipStack -- our stack.
105 * @param sipStack -- our stack.
  /external/v8/test/mjsunit/
big-array-literal.js 107 // Catch stack overflows.
big-object-literal.js 110 // Catch stack overflows.
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 124 DRTUndoStack* stack = m_isUndoing ? m_redoStack.get() : m_undoStack.get(); local
125 stack->push(new DRTUndoObject(target, actionName, obj));
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 68 %option caseless nodefault outfile="scan.c" stack noyy_top_state
257 stack action_define( "YY_STACK_USED", option_sense );
  /frameworks/base/services/java/com/android/server/
Watchdog.java 414 // We've waited half the deadlock-detection interval. Pull a stack
425 // First collect stack traces from all threads of the system process.
437 File stack = ActivityManagerService.dumpStackTraces(!waitedHalf, pids, null, null); local
439 // Give some extra time to make sure the stack traces get written.
448 mActivity.addErrorToDropBox("watchdog", null, null, null, name, null, stack, null);
464 String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);
  /ndk/build/core/
default-build-commands.mk 14 # the stack and the heap.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
elf_i386.xc 193 /DISCARD/ : { *(.note.GNU-stack) }
elf_i386.xdc 193 /DISCARD/ : { *(.note.GNU-stack) }
elf_i386.xdw 192 /DISCARD/ : { *(.note.GNU-stack) }
elf_i386.xsc 186 /DISCARD/ : { *(.note.GNU-stack) }

Completed in 1777 milliseconds

<<11121314151617181920>>