HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 826 - 850 of 3945) sorted by null

<<31323334353637383940>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas.pl 39 # Stack of procedure names.
192 # REQUIRE8 Stack is required to be 8-byte aligned
195 # PRESERVE8 Stack 8-byte align is preserved
235 # Mark that this object doesn't need an executable stack.
236 printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 28 # set up eax and ret on new stack location
29 movl 28(%eax), %edx # edx holds new stack pointer
36 # we now have ret and eax pushed onto where new stack will be
47 pop %eax # eax was already pushed on new stack
48 ret # eip was already pushed on new stack
63 movq 56(%rdi), %rax # rax holds new stack pointer
66 movq 32(%rdi), %rbx # store new rdi on new stack
68 movq 128(%rdi), %rbx # store new rip on new stack
  /external/chromium_org/base/debug/
trace_event_memory.h 33 typedef int (*StackGeneratorFunction)(int skip_count, void** stack);
86 // A scoped context for memory tracing. Pushes the name onto a stack for
108 // Enables the storing of trace names on a per-thread stack.
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 9 #include <stack>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshotWorkerDispatcher.js 105 response.errorCallStack = e.stack;
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 369 stack = []
371 stack.append([val,
376 while len(stack) > 0:
377 pair = stack.pop()
  /external/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 337 # stack.
339 printf (" .section\t.note.GNU-stack,\"\",\%\%progbits\n");
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 241 void* stack[kMaxStackDepth]; member in struct:tcmalloc::StackTrace
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 22 <script src="../../../third_party/flot/jquery.flot.stack.min.js"></script>
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 37 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
87 // remaining blocks on the stack (in reverse order).
90 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone());
93 } else if (!stack.is_empty()) {
94 // Pop next pending block from stack.
95 Pending pending = stack.RemoveLast();
sampler.h 21 // (if used for profiling) the program counter and stack pointer for
27 Address sp; // Stack pointer.
44 Address tos; // Top stack value (*sp).
48 Address stack[kMaxFramesCount]; // Call stack. member in struct:v8::internal::TickSample
68 // Performs stack sampling.
93 // Used in tests to make sure that stack sampling is performed.
120 // Counts stack samples taken in JS VM state.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1118.js 30 // An exception thrown in a function optimized by on-stack replacement (OSR)
31 // should be able to construct a receiver from all optimized stack frames.
regress-1184.js 28 // Test the case when finally clause throws another exception (stack overflow)
41 // stack with catcher set while processing exception
  /external/chromium_org/v8/test/mjsunit/
stack-traces-custom-lazy.js 38 // function right before calling error.stack should be fine.
43 assertEquals("bar", error.stack);
  /external/clang/lib/Format/
UnwrappedLineParser.h 175 // Keeps a stack of currently active preprocessor branching directives.
197 std::stack<int> PPChainBranchIndex;
  /external/compiler-rt/lib/asan/
asan_internal.h 87 void ReadContextStack(void *context, uptr *stack, uptr *ssize);
  /external/libopus/celt/arm/
arm2gnu.pl 313 # stack.
315 printf (" .section\t.note.GNU-stack,\"\",\%\%progbits\n");
  /external/libunwind/src/x86_64/
setcontext.S 100 /* push the return address on the stack */
110 /* We do not need executable stack. */
111 .section .note.GNU-stack,"",@progbits
  /external/libunwind/tests/
flush-cache.S 86 /* We do not need executable stack. */
87 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 32 import gov.nist.javax.sip.stack.*;
37 * Implements all the support classes that are necessary for the nist-sip stack
38 * on which the jain-sip stack has been based. This is a mapping class to map
42 * messageChannel, the NIST-SIP stack calls the SIPStackMessageFactory
92 * Generate a new server response for the stack.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 29 package gov.nist.javax.sip.stack;
MessageLog.java 30 package gov.nist.javax.sip.stack;
66 * @see gov.nist.javax.sip.stack.LogRecord#equals(java.lang.Object)
142 * @see gov.nist.javax.sip.stack.LogRecord#toString()
  /external/speex/libspeex/
cb_search_sse.h 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)

Completed in 2351 milliseconds

<<31323334353637383940>>