HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 576 - 600 of 636) sorted by null

<<212223242526

  /external/protobuf/src/google/protobuf/
extension_set.h 42 #include <stack>
    [all...]
text_format.cc 38 #include <stack>
    [all...]
wire_format.cc 35 #include <stack>
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.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.
273 * We don't have formal stack frames, so gdb scans upward in the code
276 * got pushed onto the stack. From this it figures out how to restore
277 * the registers, including PC, for the previous stack frame. If gdb
310 /* save stack pointer, add magic word for debuggerd */
392 * Restore the stack pointer and PC from the save point established on entry.
396 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
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.
273 * We don't have formal stack frames, so gdb scans upward in the code
276 * got pushed onto the stack. From this it figures out how to restore
277 * the registers, including PC, for the previous stack frame. If gdb
310 /* save stack pointer, add magic word for debuggerd */
392 * Restore the stack pointer and PC from the save point established on entry.
396 * 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.
273 * We don't have formal stack frames, so gdb scans upward in the code
276 * got pushed onto the stack. From this it figures out how to restore
277 * the registers, including PC, for the previous stack frame. If gdb
310 /* save stack pointer, add magic word for debuggerd */
392 * Restore the stack pointer and PC from the save point established on entry.
396 * 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.
283 * We don't have formal stack frames, so gdb scans upward in the code
286 * got pushed onto the stack. From this it figures out how to restore
287 * the registers, including PC, for the previous stack frame. If gdb
320 /* save stack pointer, add magic word for debuggerd */
402 * Restore the stack pointer and PC from the save point established on entry.
406 * 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.
283 * We don't have formal stack frames, so gdb scans upward in the code
286 * got pushed onto the stack. From this it figures out how to restore
287 * the registers, including PC, for the previous stack frame. If gdb
320 /* save stack pointer, add magic word for debuggerd */
402 * Restore the stack pointer and PC from the save point established on entry.
406 * We pushed some registers on the stack in dvmMterpStdRun, then save
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 37 ; move the global rd onto the stack, since we don't have enough registers
loopfilter_sse2.asm     [all...]
subpixel_sse2.asm     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 1044 section .note.GNU-stack noalloc noexec nowrite progbits
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 26 package gov.nist.javax.sip.stack;
90 * This is the sip stack. It is essentially a management interface. It manages the resources for
151 // overriden by stack
177 * ServerLog is used just for logging stack message tracecs.
182 * We support UDP on this stack.
208 * Flag that indicates that the stack is active.
213 * Name of the stack.
218 * IP address of stack -- this can be re-written by stun.
225 * INET address of stack (cached to avoid repeated lookup)
302 // Flag to indicate whether the stack will provide dialo
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 67 #include <openssl/stack.h>
    [all...]
  /external/openssl/crypto/x509/
x509.h 78 #include <openssl/stack.h>
    [all...]
  /external/openssl/include/openssl/
asn1.h 67 #include <openssl/stack.h>
    [all...]
x509.h 78 #include <openssl/stack.h>
    [all...]
  /external/v8/src/
d8.js 185 result += ' (empty stack)';
948 result = '(empty stack)';
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 556 * Fingerprints (String.hashCode()) of stack traces that we've
    [all...]
  /build/core/
main.mk 323 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 

Completed in 1093 milliseconds

<<212223242526