HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 1451 - 1475 of 10778) sorted by null

<<51525354555657585960>>

  /dalvik/dx/tests/107-verify-stack-ops/
op_swap_case1.j 20 .limit stack 6
op_swap_case2.j 20 .limit stack 6
  /dalvik/dx/tests/114-value-propagation/
blort.j 20 .limit stack 1
  /dalvik/tests/018-stack-overflow/src/
Main.java 18 * generate a stack overflow condition and catch it
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
8 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
10 bxlo lr @ return to raise stack overflow excep.
34 SAVEAREA_FROM_FP(r10, r1) @ r10<- new stack save area
TEMPLATE_MEM_OP_DECODE.S 13 mov r1, sp @ arg1 <- stack pointer
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 14 mov r1, sp @ arg1 <- stack pointer
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(a1, rFP) # a1<- stack save area
9 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
11 RETURN # return to raise stack overflow excep.
38 SAVEAREA_FROM_FP(rBIX, a1) # rBIX<- new stack save area
TEMPLATE_SAVE_STATE.S 4 * Top of stack + 4: a1 value to save
5 * Top of stack + 0: a0 value to save
11 * the values on the stack - not the ones in those registers on entry.
104 sub sp, sp, 8 # adjust stack ptr
  /external/chromium/base/
stack_container_unittest.cc 37 // The initial |stack_size| elements should appear in the stack buffer.
57 // otherwise it might use our stack buffer. We reserve right after the resize
58 // to guarantee it isn't using the stack buffer, even though it doesn't have
65 // the now-unused stack buffer. GENERALLY CALLERS SHOULD NOT DO THIS since
  /external/chromium/base/test/
mock_chrome_application_mac.h 16 // on the stack. This can be used in tests that need an NSApplication and use a
  /external/chromium-trace/trace-viewer/src/cc/
layer_viewer.css 14 layer-viewer > layer-tree-quad-stack-viewer {
  /external/chromium_org/base/containers/
stack_container_unittest.cc 40 // The initial |stack_size| elements should appear in the stack buffer.
60 // otherwise it might use our stack buffer. We reserve right after the resize
61 // to guarantee it isn't using the stack buffer, even though it doesn't have
68 // the now-unused stack buffer. GENERALLY CALLERS SHOULD NOT DO THIS since
  /external/chromium_org/base/debug/
profiler.h 44 // stack for the address of an exit hook function, and pushes the original
45 // return address to a shadow stack of some type. When in due course the CPU
53 // programs to resolve a location on stack where a return address originally
54 // resided, to the shadow stack location where the profiler stashed it.
  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 80 """Join all threads without stack dumps.
116 stack = sys._current_frames()[thread.ident]
118 logging.critical('Stack dump for timed out thread \'%s\'', thread.name)
120 for filename, lineno, name, line in traceback.extract_stack(stack):
  /external/chromium_org/chrome/renderer/resources/extensions/
content_watcher.js 16 exception.stack);
  /external/chromium_org/device/bluetooth/
bluetooth_init_win.h 25 // Returns true if the machine has a bluetooth stack available. The first call
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-pause-on-else-statements.html 16 in the call stack, you should see the execution line on the call to test().
debugger-pause-on-for-in-statements.html 16 in the call stack, you should see the execution line on the call to test().
debugger-pause-on-for-statements.html 14 in the call stack, you should see the execution line on the call to test().
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILFrameLowering.h 17 // Interface to describe a layout of a stack frame on a AMDIL target machine
26 /// Information about the stack frame layout on the AMDGPU targets. It holds
27 /// the direction of the stack growth, the known stack alignment on entry to
  /external/chromium_org/third_party/mesa/src/src/glx/
clientattrib.c 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
105 if (spp > &gc->attributes.stack[0]) {
134 for (spp = &gc->attributes.stack[0];
135 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.h 45 // SymbolTable encapsulates the address operations necessary for stack trace
47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
48 // to get the symbol names for pretty-printing the stack traces.
73 // An average size of memory allocated for a stack trace symbol.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.h 45 // SymbolTable encapsulates the address operations necessary for stack trace
47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
48 // to get the symbol names for pretty-printing the stack traces.
73 // An average size of memory allocated for a stack trace symbol.
  /external/chromium_org/ui/gfx/mac/
scoped_ns_disable_screen_updates.h 14 // A stack-based class to disable Cocoa screen updates. When instantiated, it

Completed in 471 milliseconds

<<51525354555657585960>>