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

<<41424344454647484950>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 263 stack = [dir]
264 pop = stack.pop
265 push = stack.append
267 while stack:
  /system/bt/stack/
Android.mk 3 # Bluetooth stack static library for target
152 LOCAL_MODULE := libbt-stack
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.d 10 Stack increment 8
25 Stack increment 8
31 Stack increment 0
42 Stack increment 0
48 Stack increment 0
54 Stack increment 0
60 Stack increment 0
66 Restore stack from frame pointer
72 Restore stack from frame pointer
unwind-2.d 10 Stack increment 8
25 Stack increment 8
31 Stack increment 0
42 Stack increment 0
48 Stack increment 0
54 Stack increment 0
60 Stack increment 0
66 Restore stack from frame pointer
72 Restore stack from frame pointer
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-brset.s 49 stack: label
far-hc12.s 11 lds #stack-1
22 cpx #0xabcd ; Stack parameter preserved
75 jmp 0,y ; We have a 'call/rtc' stack layout now
82 stack: label
  /external/freetype/src/cff/
cffgload.c 917 FT_Fixed* stack; local
932 /* compute random seed from stack address of parameter */
942 decoder->top = decoder->stack;
945 stack = decoder->top;
982 /* this is an operand, push it on the stack */
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 54 // that no extra frames are created, and stack trace contains
63 ReportStringFunctionSizeOverflow(__offset, __size, &stack); \
73 suppressed = IsStackTraceSuppressed(&stack); \
108 offset2, length2, &stack); \
249 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
253 // interceptor exits, the child thread's stack may be the only thing holding
255 // happens at a point when the interceptor has already exited, but the stack
310 static void ClearShadowMemoryForContextStack(uptr stack, uptr ssize) {
313 uptr bottom = stack & ~(PageSize - 1);
314 ssize += stack - bottom
332 uptr stack, ssize; local
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_amd64.cc 162 // onto the stack and sets %rip to the procedure to enter. The procedure
163 // then establishes the stack frame with a prologue that PUSHes the current
164 // %rbp onto the stack, MOVes the current %rsp to %rbp, and then allocates
177 // Simple sanity check that the stack is growing downwards as expected.
208 // Create a new stack frame (ownership will be transferred to the caller)
246 StackFrame* StackwalkerAMD64::GetCallerFrame(const CallStack* stack,
248 if (!memory_ || !stack) {
249 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
253 const vector<StackFrame*> &frames = *stack->frames();
268 // If all else fails, fall back to stack scanning
    [all...]
stackwalker_arm.cc 98 // Use the STACK CFI data to recover the caller's register values.
104 // Construct a new stack frame given the values the CFI recovered.
116 // If the STACK CFI data doesn't mention some callee-saves register, and
180 // Create a new stack frame (ownership will be transferred to the caller)
222 // Create a new stack frame (ownership will be transferred to the caller)
240 StackFrame* StackwalkerARM::GetCallerFrame(const CallStack* stack,
242 if (!memory_ || !stack) {
243 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
247 const vector<StackFrame*> &frames = *stack->frames();
262 // If everuthing failed, fall back to stack scanning
    [all...]
stackwalker_arm64.cc 98 // Use the STACK CFI data to recover the caller's register values.
104 // Construct a new stack frame given the values the CFI recovered.
116 // If the STACK CFI data doesn't mention some callee-saves register, and
171 // Create a new stack frame (ownership will be transferred to the caller)
208 // Create a new stack frame (ownership will be transferred to the caller)
226 StackFrame* StackwalkerARM64::GetCallerFrame(const CallStack* stack,
228 if (!memory_ || !stack) {
229 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
233 const vector<StackFrame*> &frames = *stack->frames();
247 // If everything failed, fall back to stack scanning
    [all...]
stackwalker_mips.cc 103 // Use the STACK CFI data to recover the caller's register values.
130 // Construct a new stack frame given the values the CFI recovered.
146 // If the STACK CFI data doesn't mention some callee-save register, and
168 StackFrame* StackwalkerMIPS::GetCallerFrame(const CallStack* stack,
170 if (!memory_ || !stack) {
171 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
175 const vector<StackFrame*>& frames = *stack->frames();
185 // If caller frame is not found in CFI try analyzing the stack.
195 // Treat an instruction address of 0 as end-of-stack.
200 // If the new stack pointer is at a lower address than the old, the
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-pad.s 4 @ Check for different stack pointer offsets.
6 @ The .pad directive will track the stack pointer offsets. There are several
7 @ ways to encode the stack offsets. We have to test:
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
MethodVisitorTee.java 29 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) {
30 mv1.visitFrame(type, nLocal, local, nStack, stack);
31 mv2.visitFrame(type, nLocal, local, nStack, stack);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_resolveprocessor.cpp 511 CFX_Int32Array& stack) {
513 int32_t iSize = stack.GetSize() - 1;
515 nType = stack[iSize];
516 stack.RemoveAt(iSize, 1);
535 CFX_Int32Array stack; local
573 nType = XFA_ResolveNodes_PopStack(stack);
579 nType = XFA_ResolveNodes_PopStack(stack);
585 nType = XFA_ResolveNodes_PopStack(stack);
593 stack.Add(nType);
597 stack.Add(nType);
    [all...]
  /external/proguard/src/proguard/evaluation/
Stack.java 28 * This class represents an operand stack that contains <code>Value</code>
33 public class Stack
44 * Creates a new Stack with a given maximum size, accounting for the double
47 public Stack(int maxSize)
54 * Creates a Stack that is a copy of the given Stack.
56 public Stack(Stack stack)
59 this(stack.values.length)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FragmentTuner.java 264 return mState.stack.root != null
265 && mState.stack.root.isDownloads()
266 && mState.stack.size() == 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
variance_neon.asm 27 ; stack unsigned int *sse
70 ldr r12, [sp] ;load *sse from stack
140 ldr r12, [sp] ;load *sse from stack
195 ldr r12, [sp] ;load *sse from stack
216 ; stack unsigned int *sse
260 ldr r12, [sp] ;load *sse from stack
vp8_subpixelvariance8x8_neon.asm 22 ; stack(r4) unsigned char *dst_ptr,
23 ; stack(r5) int dst_pixels_per_line,
24 ; stack(r6) unsigned int *sse
31 ldr r4, [sp, #12] ;load *dst_ptr from stack
32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack
33 ldr lr, [sp, #20] ;load *sse from stack
  /libcore/ojluni/src/main/java/java/util/logging/
LogRecord.java 46 * getSourceClassName) by analyzing the call stack. Therefore,
296 * stack frame.
327 * stack frame.
532 StackTraceElement[] stack = VMStack.getThreadStackTrace(Thread.currentThread()); local
533 int depth = stack.length;
538 // from paying the cost of building the entire stack frame.
541 StackTraceElement frame = stack[ix];
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CollectionAndMapModifyStreamTest.java 69 Stack<Integer> stack = new Stack<>(); local
70 stack.addAll(content);
71 collections.add(stack);
  /system/extras/simpleperf/
dwarf_unwind.cpp 98 const RegSet& regs, const std::vector<char>& stack) {
124 stack_info.end = stack_addr + stack.size();
125 stack_info.data = reinterpret_cast<const uint8_t*>(stack.data());

Completed in 1316 milliseconds

<<41424344454647484950>>