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

<<41424344454647484950>>

  /external/v8/test/mjsunit/harmony/
block-leave.js 180 // Verify that the context is correctly set in the stack frame after exiting
189 f(); // The context could be restored from the stack after the call.
  /external/v8/test/mjsunit/regress/
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
  /external/v8/test/mjsunit/
with-leave.js 169 // Verify that the context is correctly set in the stack frame after exiting
179 f(); // The context could be restored from the stack after the call.
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-linux.S 252 /* Let the linker know we don't need an executable stack */
253 .section .note.GNU-stack,"",@progbits
dispatch-s390x-linux.S 92 /* New stack frame */
108 /* Save R2 on stack. In postamble it will be restored such that the
112 /* Save valgrind's FPC on stack so postamble can restore
146 /* Restore %r2 from stack; holds address of two_words */
164 /* Remove stack frame */
168 register (r14) and stack pointer (r15). */
270 /* Let the linker know we don't need an executable stack */
271 .section .note.GNU-stack,"",@progbits
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 61 suggested end address for the client's stack. */
209 // loading the client and building its stack/data segment, before
365 Protect the stack active area and the guard areas appropriately.
367 stack. On success, also sets *initial_sp to what the stack pointer
372 /* Figure out how many bytes of the stack's active area have not been
375 extern SizeT VG_(am_get_VgStack_unused_szB)( VgStack* stack, SizeT limit );
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 57 Address 0x........ is not stack'd, malloc'd or (recently) free'd
77 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 50 // region in layer-stack space
110 void setLayerStack(uint32_t stack);
209 // user-provided visible area of the layer stack
  /external/chromium/base/
file_util.h 25 #include <stack>
500 // A stack that keeps track of which subdirectories we still need to
502 std::stack<FilePath> pending_paths_;
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 55 // Stack of enclosing PHASE_BEGIN elements.
66 // Walk up the parent stack to find the corresponding BEGIN for this END.
  /external/chromium_org/base/debug/
trace_event_impl.h 9 #include <stack>
567 base::hash_map<int, std::stack<TimeTicks> > thread_event_start_times_;
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 8 #include <stack>
269 std::stack<HANDLE> handles; // See FAQ-question-10.
595 stack.
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 57 e.stack);
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 7 #include <stack>
27 typedef std::stack<scoped_refptr<NPChannelBase> > NPChannelRefStack;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 280 // can leave pointers to heap objects on stack
298 // to prevent leaving stale data on active stack that can be a pointer
348 // This executes closure c several stack frames down from the current one
349 // and then makes an effort to also wipe out the stack data that was used by
352 // of the closure execution on the stack and deciding that
844 void *stack[1]; local
845 backtrace(stack, 1);
916 // temporary values of "ptr" on the stack and thus let us find
1258 void* stack[1]; local
1300 void* stack[1]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 280 // can leave pointers to heap objects on stack
298 // to prevent leaving stale data on active stack that can be a pointer
348 // This executes closure c several stack frames down from the current one
349 // and then makes an effort to also wipe out the stack data that was used by
352 // of the closure execution on the stack and deciding that
844 void *stack[1]; local
845 backtrace(stack, 1);
916 // temporary values of "ptr" on the stack and thus let us find
1258 void* stack[1]; local
1300 void* stack[1]; local
    [all...]
  /external/chromium_org/v8/benchmarks/spinning-balls/
splay-tree.js 304 var stack = [this.root_];
308 var new_stack = new Array(stack.length * 2);
311 var n = stack[i];
323 stack = new_stack;
  /external/chromium_org/v8/test/intl/general/
empty-handle.js 30 // can happen if there was a stack overflow.
  /external/chromium_org/v8/test/mjsunit/compiler/
simple-deopt.js 81 // Test deopt with literals on the expression stack.
  /external/chromium_org/v8/test/mjsunit/
deep-recursion.js 30 * cause stack overflows.
limit-locals.js 30 // Flags: --stack-size=1200
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1129.js 32 // Create RegExp that is syntactically correct, but throws a stack overflow
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
regress-119609.js 52 exception = e.toString() + e.stack;
regress-124594.js 32 // stack frame.

Completed in 1360 milliseconds

<<41424344454647484950>>