HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 701 - 725 of 1681) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-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 // r3 = stack
80 " mr %r1,%r3\n\t" // stack to %sp
153 void* stack,
170 // setup child stack
173 " stwu 0,-16(4)\n" // make initial stack frame
193 /* Note: 2.4 kernel doesn't set the child stack pointer,
196 on the wrong stack, unfortunately. *
246 UWord* stack; local
    [all...]
syswrap-s390x-linux.c 67 /* Call f(arg1), but first switch stacks, using 'stack' as the new
68 stack, and use 'retaddr' as f's return-to address. Also, clear all
76 void ML_(call_on_new_stack_0_1) ( Addr stack,
81 r2 = stack
92 " lgr %r15,%r2\n" // stack to r15
111 // r15 is the stack pointer
144 ULong do_syscall_clone_s390x_linux ( void *stack,
156 " lg %r1, 160(%r15)\n" // save fn from parent stack into r1
157 " lg %r0, 168(%r15)\n" // save arg from parent stack into r0
158 " aghi %r2, -160\n" // create stack frame for chil
218 UWord* stack; local
    [all...]
  /sdk/templates/docs/
prettify.js 17 j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 270 String stack = result.getStackTrace() == null ? "" : "\n" + result.getStackTrace(); local
272 stack);
  /dalvik/dx/etc/
dx.bat 51 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
  /dalvik/vm/compiler/template/mips/
TEMPLATE_SAVE_STATE.S 4 * Top of stack + 4: a1 value to save
5 * Top of stack + 0: a0 value to save
11 * the values on the stack - not the ones in those registers on entry.
104 sub sp, sp, 8 # adjust stack ptr
  /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/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 24 ; stack max_sad (not used)
  /external/libvpx/libvpx/vp8/common/arm/neon/
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 33 ; stack(r4) unsigned char *dst_ptr,
34 ; stack(lr) int dst_pitch
40 ldr r4, [sp, #8] ;load parameters from stack
41 ldr lr, [sp, #12] ;load parameters from stack
  /external/llvm/include/llvm/Support/
FileSystem.h 39 #include <stack>
793 std::stack<directory_iterator, std::vector<directory_iterator> > Stack;
808 State->Stack.push(directory_iterator(path, ec));
809 if (State->Stack.top() == directory_iterator())
820 if ((ec = State->Stack.top()->status(st))) return *this;
822 State->Stack.push(directory_iterator(*State->Stack.top(), ec));
824 if (State->Stack.top() != end_itr) {
828 State->Stack.pop()
    [all...]
  /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/tinyxml2/
tinyxml2.cpp     [all...]
  /external/v8/test/mjsunit/
big-array-literal.js 107 // Catch stack overflows.
big-object-literal.js 110 // Catch stack overflows.
debug-step-3.js 70 // Make f set a breakpoint with an activation on the stack.
  /external/v8/test/mjsunit/regress/
regress-1167.js 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 98 /* New stack frame */
228 /* make a stack frame for the code we are calling */
254 /* undo the "make a stack frame for the code we are calling" */
530 /* Let the linker know we don't need an executable stack */
531 .section .note.GNU-stack,"",@progbits
  /external/valgrind/main/memcheck/tests/
origin3-no.stderr.exp 16 Uninitialised value was created by a stack allocation
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 217 static void pushFullyClippedState(BitStack& stack, Node* node)
219 ASSERT(stack.size() == depthCrossingShadowBoundaries(node));
223 stack.push(fullyClipsContents(node) || (stack.top() && !ignoresContainerClip(node)));
226 static void setUpFullyClippedStack(BitStack& stack, Node* node)
236 pushFullyClippedState(stack, ancestry[size - i - 1]);
237 pushFullyClippedState(stack, node);
239 ASSERT(stack.size() == 1 + depthCrossingShadowBoundaries(node));
    [all...]

Completed in 1096 milliseconds

<<21222324252627282930>>