HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 526 - 550 of 965) sorted by null

<<21222324252627282930>>

  /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.
163 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
238 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
241 bxlo lr @ return to raise stack overflow excep.
303 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
305 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.
163 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
238 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
241 bxlo lr @ return to raise stack overflow excep.
303 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
305 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.
163 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX.
236 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
238 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
241 bxlo lr @ return to raise stack overflow excep.
303 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
305 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
309 bxlo r12 @ return to raise stack overflow excep
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 25 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
107 ldr sp, [rSELF,#offThread_jitResumeNSP] @ cut back native stack
471 * As a result, the savedPc in the stack frame will not be wholly accurate. So
491 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
512 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
542 SAVEAREA_FROM_FP(r10, rFP) @ r10<- stack save area
578 @ find space for the new stack frame, check for overflow
579 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
588 blo .LstackOverflow @ yes, this frame will overflow stack
592 SAVEAREA_FROM_FP(ip, rFP) @ ip<- stack save are
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 203 stwu r1,-32(r1) ;# create space on the stack
365 addi r1, r1, 32 ;# recover stack
394 stwu r1,-32(r1) ;# create space on the stack
543 addi r1, r1, 32 ;# recover stack
566 stwu r1,-32(r1) ;# create space on the stack
751 addi r1, r1, 32 ;# recover stack
775 stwu r1,-416(r1) ;# create space on the stack
823 ;# use the stack as temporary storage
919 ;# always write to the stack when doing a horizontal copy
939 ;# always read from the stack when doing a vertical filte
    [all...]
  /external/v8/tools/
tickprocessor.js 353 stack) {
368 // Find out, if top of stack was pointing inside a JS function
376 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
404 TickProcessor.prototype.processJSProducer = function(constructor, stack) {
406 if (stack.length == 0) return;
407 var first = stack.shift();
409 this.profile_.resolveAndFilterFuncs_(this.processStack(first, 0, stack));
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 43 import gov.nist.javax.sip.stack.MessageChannel;
44 import gov.nist.javax.sip.stack.SIPClientTransaction;
45 import gov.nist.javax.sip.stack.SIPDialog;
46 import gov.nist.javax.sip.stack.SIPServerTransaction;
47 import gov.nist.javax.sip.stack.SIPTransaction;
48 import gov.nist.javax.sip.stack.ServerRequestInterface;
49 import gov.nist.javax.sip.stack.ServerResponseInterface;
77 * An adapter class from the JAIN implementation objects to the NIST-SIP stack. The primary
82 * implement a JAIN-SIP interface). This is part of the glue that ties together the NIST-SIP stack
83 * and event model with the JAIN-SIP stack. This is strictly an implementation class
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 126 /* The instruction argument stack. */
413 /* free stack */
414 FT_FREE( exec->stack );
417 /* free call stack */
475 exec->stack = NULL;
609 /* XXX: We reserve a little more elements on the stack to deal safely */
615 (void*)&exec->stack,
    [all...]
  /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
  /external/opencv/cv/src/
cvcalibinit.cpp 544 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); local
572 cvSeqPush(stack, &start);
580 while( stack->total )
583 cvSeqPop( stack, &q );
618 cvSeqPush( stack, &neighbor );
1142 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); local
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 57 sample->stack[0] = frame2;
61 sample->stack[1] = frame3;
264 sample->stack[i] = ToAddress(0x1200);
test-profile-generator.cc 604 sample1.stack[0] = ToAddress(0x1510);
610 sample2.stack[0] = ToAddress(0x1780);
611 sample2.stack[1] = ToAddress(0x10000); // non-existent.
612 sample2.stack[2] = ToAddress(0x1620);
618 sample3.stack[0] = ToAddress(0x1910);
619 sample3.stack[1] = ToAddress(0x1610);
761 // don't appear in the stack trace.
  /frameworks/base/include/private/opengles/
gl_context.h 450 matrixf_t *stack; member in struct:android::gl::matrix_stack_t
464 matrixf_t& top() { return stack[depth]; }
465 const matrixf_t& top() const { return stack[depth]; }
  /frameworks/base/libs/utils/
Threads.cpp 751 status_t Thread::run(const char* name, int32_t priority, size_t stack)
774 this, name, priority, stack, &mThread);
777 this, name, priority, stack, &mThread);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 64 /* Call f(arg1), but first switch stacks, using 'stack' as the new
65 stack, and use 'retaddr' as f's return-to address. Also, clear all
68 void ML_(call_on_new_stack_0_1) ( Addr stack,
72 // %rdi == stack
80 " movq %rdi, %rsp\n" // set stack
81 " pushq %rsi\n" // retaddr to stack
82 " pushq %rdx\n" // f to stack
83 " pushq %rcx\n" // arg1 to stack
136 void* stack,
145 // set up child stack, temporarily preserving fn and ar
210 UWord* stack; local
    [all...]
  /dalvik/dx/etc/
dx.bat 50 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 52 * @param stack <code>max_stack</code>
57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code,
61 maxStack = stack;
231 * Computes the maximum stack size and sets <code>max_stack</code>
309 * Adds a stack map table. If another copy of stack map table
312 * @param smt the stack map table added to this code attribute.
313 * If it is null, a new stack map is not added.
314 * Only the old stack map is removed.
323 * Adds a stack map table for J2ME (CLDC). If another copy of stack map tabl
    [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/encoder/arm/armv6/
vp8_sad16x16_armv6.asm 24 ; stack max_sad (not used)

Completed in 1542 milliseconds

<<21222324252627282930>>