HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 1951 - 1975 of 2692) sorted by null

<<71727374757677787980>>

  /external/chromium_org/ui/
ui_jni_headers.target.linux-x86.mk 146 -fno-stack-protector \
228 -fno-stack-protector \
  /external/chromium_org/v8/src/
regexp-macro-assembler.cc 31 #include "regexp-stack.h"
167 // Ensure that the minimum stack has been allocated.
169 Address stack_base = stack_scope.stack()->stack_base();
185 // We detected a stack overflow (on the backtrack stack) in RegExp code,
246 // return address on the stack.
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-accessors.js 78 assertEquals(7, exception.stack.split('\n').length);
239 assertEquals(7, exception.stack.split('\n').length);
  /external/chromium_org/webkit/
webkit_storage_browser.target.darwin-x86.mk 138 -fno-stack-protector \
243 -fno-stack-protector \
webkit_storage_browser.target.linux-x86.mk 138 -fno-stack-protector \
243 -fno-stack-protector \
  /external/libffi/src/alpha/
osf.S 37 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
39 deallocate some of the stack that has been alloca'd. */
364 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/powerpc/
linux64_closure.S 235 .section .note.GNU-stack,"",@progbits
  /external/libffi/src/x86/
sysv.S 60 /* Return stack to previous state and call the function */
438 .section .note.GNU-stack,"",@progbits
unix64.S 38 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
40 deallocate some of the stack that has been alloca'd. */
49 leaq (%rdi, %rsi), %rax /* Find local stack base. */
54 movq %rax, %rbp /* Finalize local stack frame. */
77 /* Deallocate stack arg area; local stack frame in redzone. */
232 /* Deallocate stack frame early; return value is now in redzone. */
361 /* New stack frame based off rbp. This is a itty bit of unwind
417 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 29 import gov.nist.javax.sip.stack.*;
265 // stack
452 * from a single queue. If the listener is re-entrant, then the stack just
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 30 package gov.nist.javax.sip.stack;
61 * Message channel abstraction for the SIP stack.
  /external/openfst/src/include/fst/
tuple-weight.h 189 stack<int> parens;
  /external/openssl/crypto/x509/
x509_att.c 60 #include <openssl/stack.h>
x509name.c 60 #include <openssl/stack.h>
  /external/oprofile/events/x86-64/family11h/
events 72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
  /external/oprofile/events/x86-64/hammer/
events 72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 162 // Mark any unused method parameters on the stack.
221 // Globally mark instructions and their produced variables and stack
296 // Locally fix instructions, in order to keep the stack consistent.
297 if (DEBUG) System.out.println("Stack consistency fixing:");
465 * This MemberVisitor marks stack entries that aren't necessary because
529 TracedStack stack = local
532 int stackIndex = stack.size() - parameterSize + index;
536 System.out.println(" ["+invocationOffset+"] Ignoring parameter #"+index+" of "+programClass.getName()+"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])");
537 System.out.println(" Full stack: "+stack)
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 37 #include <stack>
  /external/v8/src/
log.h 254 Address* stack);
463 // Class that extracts stack trace, used for profiling.
platform.h 206 // improve the robustness of the stack dump code in the presence of
219 // Walk the stack.
560 // Stack-allocated ScopedLocks provide block-scoped locking and
674 // (if used for profiling) the program counter and stack pointer for
690 Address sp; // Stack pointer.
693 Address tos; // Top stack value (*sp).
697 Address stack[kMaxFramesCount]; // Call stack. member in class:v8::internal::TickSample
710 // Performs stack sampling.
734 // Used in tests to make sure that stack sampling is performed
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 39 extern void ML_(call_on_new_stack_0_1) ( Addr stack, Addr retaddr,
  /frameworks/base/core/java/android/app/
ActivityManager.java 656 * The activity component at the top of the history stack of the task.
809 * Remove some end of a task's activity stack that is not part of
1302 public StackInfo stack; field in class:ActivityManager.StackBoxInfo
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 23 import java.util.Stack;
62 * a ContentHandler stack, and pushing appropriate content
219 * Utility function to see if the stack contains the given URL.
221 * @param stack non-null reference to a Stack.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url)
229 int n = stack.size();
234 String url2 = (String) stack.elementAt(i)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1325 final int[] stack = new int[index + 4]; local
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 233 ** stack - (input) pointer to the top of the stack (highest memory location)
234 ** stacksize - (input) size of the stack allocated for the task
243 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
252 (char*) taskname, (int) stack, (int)stacksize);
326 (int)stack,
867 ** NOTE This function is NOT called by the Broadcom stack and
    [all...]

Completed in 1556 milliseconds

<<71727374757677787980>>