| /external/libunwind/src/ia64/ |
| Ginstall_cursor.S | 346 /* We do not need executable stack. */ 347 .section .note.GNU-stack,"",@progbits
|
| /external/libunwind/tests/ |
| ia64-test-rbs-asm.S | 47 /* first, calculate address of new stack: */ \ 65 adds sp = -16, r3; /* switch the memory stack */ \ 93 1: /* switch back to stack: */ \ 273 /* We do not need executable stack. */ 274 .section .note.GNU-stack,"",@progbits
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-save.s | 7 @ stack. There are 4 different unwind opcodes:
|
| /external/mesa3d/src/glx/ |
| glxclient.h | 209 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; member in struct:__GLXattributeMachineRec
|
| indirect_glx.c | 401 gc->attributes.stackPointer = &gc->attributes.stack[0];
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_wm.h | 269 struct brw_reg stack; member in struct:brw_wm_compile
|
| /external/mesa3d/src/mesa/x86/ |
| 3dnow_xform1.S | 436 .section .note.GNU-stack,"",%progbits
|
| mmx_blend.S | 401 .section .note.GNU-stack,"",%progbits
|
| sse_xform1.S | 445 .section .note.GNU-stack,"",%progbits
|
| x86_cliptest.S | 118 /* store pointer to clip_table on stack */ 293 /* store pointer to clip_table on stack */ 406 .section .note.GNU-stack,"",%progbits
|
| /external/mesa3d/src/mesa/x86-64/ |
| xform4.S | 482 .section .note.GNU-stack,"",%progbits
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| TCPMessageChannel.java | 29 package gov.nist.javax.sip.stack; 51 * This is a stack abstraction for TCP connections. This abstracts a stream of parsed messages. 116 * @param sipStack Ptr to SIP Stack 198 * Get my SIP Stack. 200 * @return The SIP Stack for this message channel.
|
| TLSMessageChannel.java | 42 package gov.nist.javax.sip.stack; 119 * @param sipStack Ptr to SIP Stack 210 * Get my SIP Stack. 212 * @return The SIP Stack for this message channel. 478 // Stack could not create a new server request interface.
|
| /external/opencv3/3rdparty/libpng/arm/ |
| filter_neon.S | 13 .section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
|
| /external/pdfium/third_party/freetype/include/freetype/internal/ |
| psaux.h | 613 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */ 667 FT_Long stack[T1_MAX_CHARSTRINGS_OPERANDS]; member in struct:T1_DecoderRec_ [all...] |
| /external/proguard/src/proguard/optimize/evaluation/ |
| EvaluationShrinker.java | 197 // Mark any unused method parameters on the stack. 256 // Globally mark instructions and their produced variables and stack 322 // Locally fix instructions, in order to keep the stack consistent. 323 if (DEBUG) System.out.println("Stack consistency fixing:"); 488 * This MemberVisitor marks stack entries that aren't necessary because 554 TracedStack stack = local 557 int stackIndex = stack.size() - parameterSize + index; 561 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"); 562 System.out.println(" Full stack: "+stack) [all...] |
| /external/protobuf/src/google/protobuf/ |
| wire_format_lite.cc | 37 #include <stack>
|
| /external/v8/src/regexp/ |
| regexp-macro-assembler.cc | 9 #include "src/regexp/regexp-stack.h" 38 // return address on the stack. 173 // If not real stack overflow the stack guard was used to interrupt 187 // Overwrite the return address on the stack. 273 // Ensure that the minimum stack has been allocated. 275 Address stack_base = stack_scope.stack()->stack_base(); 284 // We detected a stack overflow (on the backtrack stack) in RegExp code,
|
| /external/v8/test/mjsunit/es6/ |
| generators-iteration.js | 298 // Rewind a try context with and without operands on the stack. 311 // Yielding in a catch context, with and without operands on the stack.
|
| /external/v8/test/mjsunit/harmony/ |
| async-function-debug-scopes.js | 43 print(exception.stack); 477 print(error.stack);
|
| /external/valgrind/coregrind/m_syswrap/ |
| priv_syswrap-linux.h | 40 extern void ML_(call_on_new_stack_0_1) ( Addr stack, Addr retaddr,
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
| Filt_6k_7k_opt.s | 85 STR r5, [sp, #-4] @ PUSH r5 to stack
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
| Filt_6k_7k_neon.s | 85 @STR r5, [sp, #-4] @ PUSH r5 to stack
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| ScrimController.java | 39 import com.android.systemui.statusbar.stack.StackStateAnimator;
|
| /frameworks/native/libs/binder/ |
| IMemory.cpp | 261 CallStack stack(LOG_TAG);
|