/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 550 # define GetStackTrace(stack, depth, skip) (0) [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
/dalvik/vm/compiler/template/armv5te/ |
footer.S | 19 SAVEAREA_FROM_FP(r10, r1) @ r10<- new stack save area
|
/dalvik/vm/mterp/x86-atom/ |
footer.S | 35 movl %ebx, -4(%esp) # save %ebx to the stack 233 * find space for the new stack frame, check for overflow 245 subl $$sizeofStackSaveArea, %ecx # %ecx<- newSaveArea (stack save area using newFP) 426 movl rFP, -4(%esp) # move fp to stack 456 * fix stack overflow if necessary 510 cmp $$0, %eax # check for stack overflow;
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
MethodSourcer.java | 161 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 215 // death test child process, which operates on a very small stack. Use 959 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 1051 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 999 StackMapTable stack; field in class:CodeIterator.Pointers [all...] |
/external/libffi/src/m68k/ |
sysv.S | 233 .section .note.GNU-stack,"",@progbits
|
/external/libffi/src/powerpc/ |
linux64.S | 186 .section .note.GNU-stack,"",@progbits
|
sysv.S | 37 /* Save the old stack pointer as AP. */ 41 /* Allocate the stack space we need. */ 229 .section .note.GNU-stack,"",@progbits
|
/external/libvpx/vp8/common/arm/neon/ |
loopfiltersimpleverticaledge_neon.asm | 25 ; stack(r4) const signed char *thresh, 26 ; //stack(r5) int count --unused
|
/external/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 32 stwu r1,-32(r1) ;# create space on the stack 49 addi r1, r1, 32 ;# recover stack
|
variance_altivec.asm | 35 stwu r1, -32(r1) ;# create space on the stack 45 addi r1, r1, 32 ;# recover stack
|
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 35 import gov.nist.javax.sip.stack.HopImpl; 153 * useful for the stack to avoid duplication of code.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultRouter.java | 29 package gov.nist.javax.sip.stack;
|
IOHandler.java | 29 package gov.nist.javax.sip.stack; 198 // note that the IP Address for stack may not be 202 // address (i.e. that of the stack). In version 1.2
|
ServerLog.java | 30 package gov.nist.javax.sip.stack; 115 // specified. if not, use the stack name as the default 205 + "Here are the stack configuration properties \n" 223 .logDebug("Here are the stack configuration properties \n" 262 stackLogger.logDebug("Here are the stack configuration properties \n" 398 * Log an exception stack trace. 414 * Set the trace level for the stack. 431 * Get the trace level for the stack.
|
TLSMessageProcessor.java | 41 package gov.nist.javax.sip.stack; 180 * Returns the stack. 182 * @return my sip stack.
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 256 /* Moves stack pointer to next block. 2174 stack[48]; local [all...] |
/external/openssl/crypto/conf/ |
conf.h | 64 #include <openssl/stack.h>
|
/external/openssl/crypto/stack/ |
stack.c | 1 /* crypto/stack/stack.c */ 70 #include <openssl/stack.h> 76 const char STACK_version[]="Stack" OPENSSL_VERSION_PTEXT;
|
/external/openssl/crypto/x509/ |
x509_v3.c | 60 #include <openssl/stack.h>
|