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

<<919293949596979899100>>

  /external/chromium_org/v8/tools/
tickprocessor.js 373 stack) {
393 // Find out, if top of stack was pointing inside a JS function
401 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 165 ;Store bilin_filter and pw_8 location in stack
182 ;Store bilin_filter and pw_8 location in stack
    [all...]
  /external/v8/src/
liveedit-debugger.js 156 // Check that function being patched is not currently on stack or drop them.
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 340 * OpenSSL keeps an "error stack" per thread, and given that this code
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2739 Int stack[N_EXPR_STACK]; \/* indices into ctx->exprs *\/ local
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 37 fp on top of fp stack st(0)
39 Parameters passed on stack, pushed right-to-left. On entry to target, first
49 Stack must be 16-byte aligned to support SSE in native code.
51 If we're not doing variable stack allocation (alloca), the frame pointer can be
149 /* The interpreter assumes a properly aligned stack on entry, and
154 * "export" the PC to the interpreted stack frame, f/b/o future exception
171 * Given a frame pointer, find the stack save area.
    [all...]
  /art/runtime/gc/
heap.cc 122 * causes a lot of GC since we do a GC for alloc whenever the stack is full. When heap
203 // Default mark stack size in bytes.
205 mark_stack_.reset(accounting::ObjectStack::Create("mark stack", default_mark_stack_size));
206 allocation_stack_.reset(accounting::ObjectStack::Create("allocation stack",
208 live_stack_.reset(accounting::ObjectStack::Create("live stack",
487 // If we don't reset then the mark stack complains in it's destructor.
666 // This is covering the allocation/live stack swapping that is done without mutators suspended.
693 // then clear the stack containing it.
791 // stack or the live bitmap.
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 14750 int stack = 0; local
14877 int stack = 0; local
14939 int stack = 0; local
    [all...]
  /external/libxml2/
xpath.c 255 "Stack usage errror\n",
14821 int stack = 0; local
14948 int stack = 0; local
15010 int stack = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 225 // Take an array of elements and push it onto the stack
238 // Add the old object onto the stack (as a reference)
990 // Stack of fire calls for repeatable lists
991 stack = [],
1040 if ( stack && stack.length ) {
1041 memory = stack.shift();
1123 list = stack = memory = undefined;
1132 stack = undefined;
1140 return !stack;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 157 * @param {boolean=} opt_keep_redo True if redo stack should not be cleared.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9-mont.pl 100 add %sp,$bias,%o7 ! real top of stack
  /external/chromium_org/v8/src/
mirror-debugger.js 372 * Check whether the mirror reflects a stack frame.
373 * @returns {boolean} True if the mirror reflects a stack frame
843 * only originate as functions from stack frames
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.arm.target.darwin-arm.mk 131 v8/src/regexp-stack.cc \
v8_base.arm.target.linux-arm.mk 131 v8/src/regexp-stack.cc \
v8_base.mipsel.target.darwin-mips.mk 131 v8/src/regexp-stack.cc \
v8_base.mipsel.target.linux-mips.mk 131 v8/src/regexp-stack.cc \
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl_unittest.cc 5 #include <stack>
304 // We unwind the stack prior to finishing up to let stack
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 29 #include <stack>
666 /// be created on the stack to coincide with the position where the
705 /// ExitScope - Pop a scope off the scope stack.
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 109 ; put flimit on stack
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 38 ; move the global rd onto the stack, since we don't have enough registers
  /external/opencv/cxcore/include/
cxcore.h 299 int stack[CV_MAX_DIM]; /* for internal use */ member in struct:CvNArrayIterator
1246 CvSeq* stack; \/* the graph vertex stack *\/ member in struct:CvGraphScanner
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 100 add %sp,$bias,%o7 ! real top of stack
  /external/oprofile/events/mips/1004K/
events 103 event:0x404 counters:1 um:zero minimum:500 name:JR_31_NO_PREDICTIONS : 4-1 JR $31 not predicted (stack mismatch).

Completed in 1298 milliseconds

<<919293949596979899100>>