| /external/google-breakpad/src/processor/ |
| stackwalker_address_list.h | 32 // Doesn't actually walk a stack, rather initializes a CallStack given an 50 // Initializes this stack walker with an explicit set of frame addresses. 61 virtual StackFrame* GetCallerFrame(const CallStack* stack,
|
| stackwalker_ppc.h | 32 // Provides stack frames given ppc register context and a memory region 33 // corresponding to a ppc stack. 54 // included in the stack. The other arguments are passed directly through 63 // Implementation of Stackwalker, using ppc context (stack pointer in %r1, 64 // saved program counter in %srr0) and stack conventions (saved stack 67 virtual StackFrame* GetCallerFrame(const CallStack* stack, 70 // Stores the CPU context corresponding to the innermost stack frame to
|
| stackwalker_ppc64.h | 32 // Provides stack frames given ppc64 register context and a memory region 33 // corresponding to a ppc64 stack. 52 // included in the stack. The other arguments are passed directly through 61 // Implementation of Stackwalker, using ppc64 context (stack pointer in %r1, 62 // saved program counter in %srr0) and stack conventions (saved stack 65 virtual StackFrame* GetCallerFrame(const CallStack* stack, 68 // Stores the CPU context corresponding to the innermost stack frame to
|
| stackwalker_sparc.h | 32 // Provides stack frames given sparc register context and a memory region 33 // corresponding to an sparc stack. 54 // included in the stack. The other arguments are passed directly through 64 // stack conventions 66 virtual StackFrame* GetCallerFrame(const CallStack* stack, 69 // Stores the CPU context corresponding to the innermost stack frame to
|
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| TearDownStack.java | 31 * A {@code TearDownStack} contains a stack of {@link TearDown} instances. 41 final LinkedList<TearDown> stack = new LinkedList<TearDown>(); field in class:TearDownStack 55 stack.addFirst(checkNotNull(tearDown)); 63 for (TearDown tearDown : stack) { 74 stack.clear();
|
| /external/libunwind/src/hppa/ |
| siglongjmp.S | 14 /* We do not need executable stack. */ 15 .section .note.GNU-stack,"",@progbits
|
| /external/libunwind/src/ia64/ |
| longjmp.S | 40 /* We do not need executable stack. */ 41 .section .note.GNU-stack,"",@progbits
|
| /external/libunwind/src/x86/ |
| longjmp.S | 38 /* We do not need executable stack. */ 39 .section .note.GNU-stack,"",@progbits
|
| /external/llvm/test/MC/ELF/ |
| call-abs.s | 16 .section .note.GNU-stack,"",@progbits
|
| /external/nist-sip/java/gov/nist/javax/sip/ |
| EventWrapper.java | 28 import gov.nist.javax.sip.stack.*;
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPDialogErrorEvent.java | 16 package gov.nist.javax.sip.stack;
|
| SIPTransactionErrorEvent.java | 26 package gov.nist.javax.sip.stack;
|
| ServerResponseInterface.java | 29 package gov.nist.javax.sip.stack; 39 * This is implemented by the application. The stack calls the message
|
| StackMessageFactory.java | 29 package gov.nist.javax.sip.stack; 34 * by the application and called by the stack for processing requests 35 * and responses. When a Request comes in off the wire, the stack calls 37 * When a response comes off the wire, the stack calls newSIPServerResponse 61 * Generate a new server response for the stack.
|
| /external/skia/src/gpu/ |
| GrReducedClip.h | 24 * This function takes a clip stack and a query rectangle and it produces a 26 * full stack to the rectangle. The clip stack generation id that represents 40 static void ReduceClipStack(const SkClipStack& stack,
|
| /external/skia/tests/ |
| ClipBoundsTest.cpp | 39 // create a clip stack that will (trivially) reduce to a single rect that 41 SkClipStack stack; local 42 stack.clipDevRect(clipRect, SkRegion::kReplace_Op, false); 47 stack.getConservativeBounds(0, 0, kXSize, kYSize, 57 clipData.setClipStack(&stack);
|
| /external/v8/test/mjsunit/ignition/ |
| optimized-stack-trace.js | 8 // unoptimized frame when collecting stack trace. 11 return new Error().stack;
|
| /external/v8/test/mjsunit/regress/ |
| regress-crbug-491062.js | 5 // Flags: --allow-natives-syntax --stack-size=100 14 print(e.stack);
|
| regress-crbug-589472.js | 5 // Flags: --stack-size=100 7 // Not guaranteed to throw because the stack limits are different on all
|
| /external/valgrind/drd/tests/ |
| sem_as_mutex3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
| sem_open3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
| /external/valgrind/memcheck/tests/ |
| badfree-2trace.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is on thread 1's stack
|
| badfree.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is on thread 1's stack
|
| badfree3.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is on thread 1's stack
|
| buflen_check.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|