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

<<313233343536373839

  /external/v8/src/
full-codegen.cc 321 // The stack check table consists of a length (in number of entries)
325 masm()->RecordComment("[ Stack check table");
566 // Check for stack-overflow exception.
792 // We want the value in the accumulator for the test, and on the stack in case
817 // We want the value in the accumulator for the test, and on the stack in case
890 ForwardBailoutStack stack(expr, forward_bailout_pending_);
893 forward_bailout_stack_ = &stack;
960 // accumulator on the stack.
981 // accumulator on the stack.
1026 // Update local stack frame context field
    [all...]
messages.js 166 stack_trace: ["Stack Trace:\n", "%0"],
196 stack_overflow: ["Maximum call stack size exceeded"],
    [all...]
liveedit-debugger.js 156 // Check that function being patched is not currently on stack or drop them.
    [all...]
mirror-debugger.js 361 * Check whether the mirror reflects a stack frame.
362 * @returns {boolean} True if the mirror reflects a stack frame
791 * only originate as functions from stack frames
    [all...]
  /ndk/build/core/
build-binary.mk 96 # the heap and stack by default.
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp 1639 ARStack stack = state->get<AutoreleaseStack>(); local
1837 ARStack stack = state->get<AutoreleaseStack>(); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2722 Int stack[N_EXPR_STACK]; \/* indices into ctx->exprs *\/ local
    [all...]
  /external/libxml2/
xpath.c 14728 int stack = 0; local
14855 int stack = 0; local
14917 int stack = 0; local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 471 } else if (strcmp(cmd, "stack") == 0 || strcmp(cmd, "mem") == 0) {
476 if (strcmp(cmd, "stack") == 0) {
611 PrintF("stack [<words>]\n");
612 PrintF(" dump stack content, default dump 10 words)\n");
757 stack_size_ = 1 * 1024*1024; // allocate 1MB for stack
776 // allocated stack area. To be safe in potential stack underflows we leave
1190 int32_t* stack = reinterpret_cast<int32_t*>(stack_); local
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 64 Because temporary registers are allocated in a stack-like fashion, we
97 stack frame to overlap the end of the old stack frame:
106 That way, arguments are "copied" into the callee's stack frame for free.
225 , m_stack(m_globalData->stack())
243 // Shift register indexes in generated code to elide registers allocated by intermediate stack frames.
346 , m_stack(m_globalData->stack())
510 , m_stack(m_globalData->stack())
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 703 int stack = 0; local
708 stack++;
713 if (--stack >= 0)
    [all...]
  /external/libvpx/vp8/common/x86/
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).
  /external/valgrind/main/
Android.mk 27 -fno-strict-aliasing -fno-stack-protector \
  /external/bison/tests/
testsuite 419 108;torture.at:445;Exploding the Stack Size with Alloca;;
420 109;torture.at:471;Exploding the Stack Size with Malloc;;
461 150;glr-regression.at:740;No users destructors if stack 0 deleted;;
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 32 * The stack (%esp) - used to pass arguments to functions
42 * The stack is "full descending". Only the arguments that do not fit * in the first two arg registers are placed on the stack.
83 * Stack locations used for temporary data. For convenience.
112 * "Export" the PC to the stack frame, f/b/o future exception objects. This must
126 * Given a frame pointer, find the stack save area.
486 * insert fake function header to help gdb find the stack frame
    [all...]
  /external/chromium/base/
file_util_posix.cc 162 std::stack<std::string> directories;
  /external/kernel-headers/original/linux/
sched.h 200 * task), SP is the stack pointer of the first frame that should be shown in the back
962 * to a stack based synchronous wait) if its doing sync IO.
1147 unsigned long stack[THREAD_SIZE\/sizeof(long)]; member in union:thread_union
    [all...]
  /external/libffi/src/sh/
sysv.S 511 /* Stack layout:
512 xx bytes (on stack parameters)
520 <- new stack pointer
706 .section .note.GNU-stack,"",@progbits
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 580 std::stack<BallLarusNode*> dfsStack;
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 18 #include <stack>

Completed in 1442 milliseconds

<<313233343536373839