HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 1776 - 1800 of 3511) sorted by null

<<71727374757677787980>>

  /external/libunwind/doc/
libunwind-setjmp.tex 49 ensure that each of the functions whose stack frames may have to be
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dequant_idct_v6.asm 127 ldr r12, [sp] ; get stride from stack
  /external/llvm/include/llvm/Support/
FileSystem.h 38 #include <stack>
800 std::stack<directory_iterator, std::vector<directory_iterator> > Stack;
815 State->Stack.push(directory_iterator(path, ec));
816 if (State->Stack.top() == directory_iterator())
827 if ((ec = State->Stack.top()->status(st))) return *this;
829 State->Stack.push(directory_iterator(*State->Stack.top(), ec));
831 if (State->Stack.top() != end_itr) {
835 State->Stack.pop()
    [all...]
  /external/opencv3/3rdparty/jinja2/
runtime.py 256 def __init__(self, name, context, stack, depth):
259 self._stack = stack
  /external/pcre/dist/sljit/
sljitLir.h 2 * Stack-less Just-In-Time compiler
32 Stack-Less JIT compiler for multiple architectures (x86, ARM, PowerPC)
50 - A fixed stack space can be allocated for local variables
58 not stored on the stack. (hence the name comes)
61 - One of the saved registers typically points to a stack interface
139 four will be saved on the stack, because they are defined as saved
147 the stack and restore them after a function call.
169 are allocated on the stack). These registers are called virtual
189 are allocated on the stack). These registers are called virtual
207 /* The SLJIT_SP provides direct access to the linear stack space allocated b
    [all...]
  /external/selinux/libsepol/cil/src/
cil_build_ast.h 127 int cil_gen_constrain_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack);
128 int cil_gen_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack);
  /external/v8/test/mjsunit/
debug-evaluate-locals.js 136 print("Caught something. " + e + " " + e.stack);
debug-evaluate.js 82 // Test evaluation of a in the stack frames and the global context.
debug-function-scopes.js 160 CheckNoScopeVisible(new Error().__lookupGetter__("stack"));
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
debug-return-value.js 127 print(e + e.stack)
  /external/v8/test/mjsunit/harmony/
do-expressions.js 97 // Non-empty operand stack testing
  /external/v8/test/mjsunit/regress/
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/
elf32_x86_64.x 219 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xbn 217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xc 221 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xd 219 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xdc 221 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xdw 220 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xn 219 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xs 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xsc 212 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xsw 211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf32_x86_64.xw 220 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
elf_i386.x 201 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }

Completed in 1098 milliseconds

<<71727374757677787980>>