HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 901 - 925 of 965) sorted by null

<<313233343536373839

  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm     [all...]
subpixel_sse2.asm     [all...]
subpixel_ssse3.asm     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 102 VG_(printf)("thread tid %d started: stack = %p\n",
130 /* Allocate a stack for this thread, if it doesn't already have one.
131 Returns the initial stack pointer value to use, or 0 if allocation
137 VgStack* stack; local
141 case a stack hasn't been allocated) or they are both non-zero,
150 /* If no stack is present, allocate one. */
153 stack = VG_(am_alloc_VgStack)( &initial_SP );
154 if (stack) {
155 tst->os_state.valgrind_stack_base = (Addr)stack;
160 VG_(debugLog)( 2, "syswrap-darwin", "stack for tid %d at %p; init_SP=%p\n"
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 204 // The stack of statements which should be replaced by a compound statement
206 std::stack<clang::Stmt*> mReplaceStmtStack;
    [all...]
  /ndk/build/core/
definitions.mk 73 # faster. It will also not explode the stack with a lot of
87 # Returns : the name of the current Makefile in the inclusion stack
    [all...]
  /build/core/
main.mk 333 ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-file=/data/anr/traces.txt
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 428 * Fingerprints (hashCode()) of stack traces that we've
    [all...]
ActivityStack.java 75 * State and management of a single stack of activities.
393 * @return Returns the HistoryRecord of the next activity on the stack.
482 * Returns the first activity (starting from the top of the stack) that
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 290 StackTraceElement[] stack = current.getStackTrace(); local
291 String methodName = stack[3].getMethodName();
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
103 * Given a frame pointer, find the stack save area.
245 * We don't have formal stack frames, so gdb scans upward in the code
248 * got pushed onto the stack. From this it figures out how to restore
249 * the registers, including PC, for the previous stack frame. If gdb
281 /* save stack pointer, add magic word for debuggerd */
333 * Restore the stack pointer and PC from the save point established on entry.
337 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
InterpAsm-armv5te.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
103 * Given a frame pointer, find the stack save area.
245 * We don't have formal stack frames, so gdb scans upward in the code
248 * got pushed onto the stack. From this it figures out how to restore
249 * the registers, including PC, for the previous stack frame. If gdb
281 /* save stack pointer, add magic word for debuggerd */
333 * Restore the stack pointer and PC from the save point established on entry.
337 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
InterpAsm-armv7-a-neon.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
103 * Given a frame pointer, find the stack save area.
259 * We don't have formal stack frames, so gdb scans upward in the code
262 * got pushed onto the stack. From this it figures out how to restore
263 * the registers, including PC, for the previous stack frame. If gdb
295 /* save stack pointer, add magic word for debuggerd */
347 * Restore the stack pointer and PC from the save point established on entry.
351 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
InterpAsm-armv7-a.S 48 Stack is "full descending". Only the arguments that don't fit in the first 4
49 registers are placed on the stack. "sp" points at the first stacked argument
91 * "export" the PC to the stack frame, f/b/o future exception objects. Must
103 * Given a frame pointer, find the stack save area.
259 * We don't have formal stack frames, so gdb scans upward in the code
262 * got pushed onto the stack. From this it figures out how to restore
263 * the registers, including PC, for the previous stack frame. If gdb
295 /* save stack pointer, add magic word for debuggerd */
347 * Restore the stack pointer and PC from the save point established on entry.
351 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/openssl/crypto/stack/
safestack.h 58 #include <openssl/stack.h>
89 _STACK stack; \
94 _STACK stack; \
134 /* SKM_sk_... stack macros are internal to safestack.h:
    [all...]
  /external/openssl/include/openssl/
safestack.h 58 #include <openssl/stack.h>
89 _STACK stack; \
94 _STACK stack; \
134 /* SKM_sk_... stack macros are internal to safestack.h:
    [all...]
  /external/tremolo/Tremolo/
mdctLARM.s 436 STR r2,[r13,#-4]! @ stack r2
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 621 , m_stack(globalData->stack())
    [all...]

Completed in 1086 milliseconds

<<313233343536373839