HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 476 - 500 of 3511) sorted by null

<<11121314151617181920>>

  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp 27 Address 0x........ is not stack'd, malloc'd or (recently) free'd
55 Address 0x........ is not stack'd, malloc'd or (recently) free'd
59 Address 0x........ is not stack'd, malloc'd or (recently) free'd
75 Address 0x........ is not stack'd, malloc'd or (recently) free'd
79 Address 0x........ is not stack'd, malloc'd or (recently) free'd
89 Address 0x........ is not stack'd, malloc'd or (recently) free'd
132 Address 0x........ is not stack'd, malloc'd or (recently) free'd
136 Address 0x........ is not stack'd, malloc'd or (recently) free'd
155 Address 0x........ is not stack'd, malloc'd or (recently) free'd
159 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
scalar_lwp_name.stderr.exp 15 Address 0x........ is not stack'd, malloc'd or (recently) free'd
34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
scalar_tsol_clearance.stderr.exp 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 34 # Push 'fn' and 'arg' onto the child stack.
56 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
  /external/boringssl/src/include/openssl/
ex_data.h 114 #include <openssl/stack.h>
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 43 return asan_free(ptr, &stack, FROM_MALLOC);
59 return asan_malloc(size, &stack);
70 return asan_calloc(nmemb, size, &stack);
86 return asan_realloc(ptr, size, &stack);
  /external/google-breakpad/src/processor/
stackwalker_amd64.h 32 // Provides stack frames given amd64 register context and a memory region
33 // corresponding to a amd64 stack.
57 // included in the stack. The other arguments are passed directly through
66 // A STACK CFI-driven frame walker for the AMD64
69 // Implementation of Stackwalker, using amd64 context (stack pointer in %rsp,
70 // stack base in %rbp) and stack conventions (saved stack pointer at 0(%rbp))
72 virtual StackFrame* GetCallerFrame(const CallStack* stack,
75 // Use cfi_frame_info (derived from STACK CFI records) to construc
    [all...]
stackwalker_arm.h 34 // Provides stack frames given arm register context and a memory region
35 // corresponding to an arm stack.
55 // included in the stack. The other arguments are passed directly through
70 // Implementation of Stackwalker, using arm context and stack conventions.
72 virtual StackFrame* GetCallerFrame(const CallStack* stack,
75 // Use cfi_frame_info (derived from STACK CFI records) to construct
85 // Scan the stack for plausible return addresses. The caller takes ownership
89 // Stores the CPU context corresponding to the youngest stack frame, to
97 // Validity mask for youngest stack frame. This is always
stackwalker_arm64.h 34 // Provides stack frames given arm64 register context and a memory region
35 // corresponding to an arm64 stack.
55 // included in the stack. The other arguments are passed directly through
71 // Implementation of Stackwalker, using arm64 context and stack conventions.
73 virtual StackFrame* GetCallerFrame(const CallStack* stack,
76 // Use cfi_frame_info (derived from STACK CFI records) to construct
86 // Scan the stack for plausible return addresses. The caller takes ownership
90 // Stores the CPU context corresponding to the youngest stack frame, to
94 // Validity mask for youngest stack frame. This is always
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
FrameSnapshotTest.java 79 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG, local
81 expectedVisitor.visitFrame(Opcodes.F_FULL, 1, arr("Foo"), 4, stack);
92 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG); local
93 expectedVisitor.visitFrame(Opcodes.F_FULL, 1, arr("Foo"), 2, stack);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
XmlWriter.java 44 private final Array<String> stack = new Array(); field in class:XmlWriter
77 stack.add(currentElement);
114 writer.write(stack.pop());
123 while (stack.size != 0)
  /external/libunwind/src/ia64/
setjmp.S 49 /* We do not need executable stack. */
50 .section .note.GNU-stack,"",@progbits
  /external/llvm/test/MC/ELF/
section.s 5 .section .note.GNU-stack,"",@progbits
10 // CHECK: Name: .note.GNU-stack
  /external/mesa3d/src/glx/
clientattrib.c 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
105 if (spp > &gc->attributes.stack[0]) {
134 for (spp = &gc->attributes.stack[0];
135 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 30 * and it updates the stack for the invocation of a class member.
53 * Updates the given stack corresponding to the execution of the given
61 Stack stack);
  /external/speex/libspeex/
cb_search_bfin.h 37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
  /external/v8/test/mjsunit/regress/
regress-798.js 35 assertEquals(3, e.stack.split('\n').length);
44 assertEquals(3, e.stack.split('\n').length);
53 assertEquals(3, e.stack.split('\n').length);
62 assertEquals(3, e.stack.split('\n').length);
75 assertEquals(3, e.stack.split('\n').length);
83 assertEquals(3, e.stack.split('\n').length);
90 // Check that the stack for an exception in a getter and setter produce the
91 // expected stack height.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackIndentationFunctor.java 17 package com.android.systemui.statusbar.stack;
34 * @param peekSize The visual appearance of this is how far the cards in the stack peek
38 * achieved when the next card just starts transitioning into the stack and
39 * the stack is full.
80 * @param itemsBefore how many items are already in the stack before this element
ViewState.java 17 package com.android.systemui.statusbar.stack;
23 * {@link com.android.systemui.statusbar.stack.StackScrollState} or start animations with
24 * {@link com.android.systemui.statusbar.stack.StackStateAnimator}.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 82 // know to stack the buttons.
93 final boolean stack;
99 stack = measuredWidthState == ViewCompat.MEASURED_STATE_TOO_SMALL;
107 stack = (childWidthTotal + getPaddingLeft() + getPaddingRight()) > widthSize;
110 if (stack) {
  /hardware/qcom/bt/msm8960/libbt-vendor/
Android.mk 33 $(BDROID_DIR)/stack/include
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_386.S 44 .section .note.GNU-stack,"",@progbits
gcc_amd64.S 47 .section .note.GNU-stack,"",@progbits
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_386.S 44 .section .note.GNU-stack,"",@progbits
gcc_amd64.S 47 .section .note.GNU-stack,"",@progbits

Completed in 1166 milliseconds

<<11121314151617181920>>