HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 126 - 150 of 4957) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/
T_getstatic_8.j 22 .limit stack 1
34 .limit stack 1
46 .limit stack 1
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_20.j 22 .limit stack 1
31 .limit stack 1
41 .limit stack 1
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/jm/
T_opc_new_3.j 22 .limit stack 2
37 .limit stack 1
49 .limit stack 2
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/jm/
T_putstatic_16.j 22 .limit stack 1
33 .limit stack 1
44 .limit stack 3
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_11/jm/
T_t482_11_2.j 22 .limit stack 2
34 .limit stack 2
50 .limit stack 0
T_t482_11_3.j 22 .limit stack 2
34 .limit stack 2
50 .limit stack 0
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_14/jm/
T_t482_14_2.j 23 .limit stack 1
38 .limit stack 1
51 .limit stack 0
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_9/jm/
T_t482_9_2.j 22 .limit stack 2
38 .limit stack 0
46 .limit stack 2
  /dalvik/dx/tests/109-int-branch/
blort.j 20 .limit stack 3
54 .limit stack 3
74 .limit stack 3
  /dalvik/hit/src/com/android/hit/
StackTrace.java 25 * For subsets of the stack frame we'll reference the parent list of frames
26 * but keep track of its offset into the parent's list of stack frame ids.
28 * list of stack frame ids.
  /dalvik/libcore/luni/src/main/java/java/lang/
InstantiationException.java 29 * stack trace.
36 * Constructs a new {@code InstantiationException} with the current stack
47 * Constructs a new {@code InstantiationException} with the current stack
  /dalvik/libcore/luni/src/main/java/java/util/
EmptyStackException.java 22 * An {@code EmptyStackException} is thrown if the pop/peek method of a stack is
23 * executed on an empty stack.
32 * Constructs a new {@code EmptyStackException} with the stack trace filled
  /dalvik/vm/alloc/
MarkSweep.h 22 /* Downward-growing stack for better cache read behavior.
29 /* Current top of the stack (inclusive)
43 GcMarkStack stack; member in struct:__anon672
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S 4 * Top of stack + 4: r7 value to save
5 * Top of stack + 0: r0 value to save
11 * the values on the stack - not the ones in those registers on entry.
  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 7 /* enable stack testing */
10 /* stack testing, define this if stack usage goes downwards [e.g. x86] */
  /external/libpng/
pnggccrd.c 26 "pushfq \n\t" // save Eflag to stack
27 "popq %%rax \n\t" // get Eflag from stack into rax
30 "pushq %%rax \n\t" // save modified Eflag back to stack
32 "pushfq \n\t" // save Eflag to stack
33 "popq %%rax \n\t" // get Eflag from stack
34 "pushq %%rcx \n\t" // save original Eflag to stack
40 "pushfl \n\t" // save Eflag to stack
41 "popl %%eax \n\t" // get Eflag from stack into eax
44 "pushl %%eax \n\t" // save modified Eflag back to stack
46 "pushfl \n\t" // save Eflag to stack
    [all...]
  /external/proguard/docs/manual/retrace/
usage.html 28 while obfuscating the application that produced the stack trace.</dd>
32 <dd>Optionally specifies the name of the file containing the stack trace. If
33 no file is specified, a stack trace is read from the standard input. Blank
41 <dd>Specifies to print out more informative stack traces that include not only
47 stack trace. Specifying a different regular expression allows to
48 de-obfuscate more general types of input than just stack traces. The
49 default is suitable for stack traces produced by most JVMs:
84 The restored stack trace is printed to the standard output. The completeness
85 of the restored stack trace depends on the presence of line number tables in
90 ReTrace will be able to restore the stack trace completely
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 9 which is used to allocate space off the run-time stack so
14 actual procedure stack (as opposed to a linked list of
21 that are found to be deeper in the stack than the current
62 Define STACK_DIRECTION if you know the direction of stack
89 auto char dummy; /* to get stack address */
99 stack_dir = 1; /* stack grew upward */
101 stack_dir = -1; /* stack grew downward */
109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
133 was supposed to be taken from the current stack frame of th
    [all...]
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 111 * Unlike the original implementation, this stack isn't limited to 20
114 private final List<Scope> stack = new ArrayList<Scope>(); field in class:JSONStringer
175 if (stack.isEmpty() && out.length() > 0) {
179 stack.add(empty);
194 stack.remove(stack.size() - 1);
203 * Returns the value on the top of the stack.
206 if (stack.isEmpty()) {
209 return stack.get(stack.size() - 1)
    [all...]
  /external/v8/src/
execution.h 128 // If the stack guard is triggered, but it is not an actual
129 // stack overflow, then handle the interruption accordingly.
146 // number of nested invocations of JavaScript and the stack size used in each
150 // Pass the address beyond which the stack should not grow. The stack
159 // Sets up the default stack guard for this thread if it has not
162 // Clears the stack guard for this thread so it does not look as if
181 // This provides an asynchronous read of the stack limits for the current
241 // The stack limit is split into a JavaScript and a C++ stack limit. Thes
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 47 * Pops the given number of values from the stack (of either category),
57 * Pops values from the stack of the types indicated by the given
60 * element of the stack), and store them in the arguments area,
70 * Pops a value from the stack of the indicated type, and store it
80 * Pops values from the stack of the indicated types (popped in
82 * deepest element of the stack), and store them in the arguments
93 * Pops values from the stack of the indicated types (popped in
95 * deepest element of the stack), and store them in the arguments
128 * Indicates that there is an auxiliary (inline, not stack)
131 * <p><b>Note:</b> Perhaps unintuitively, the stack manipulatio
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 107 // Called from RegExp if the stack-guard is triggered.
128 // Below the frame pointer - local stack variables.
136 // First register address. Following registers are below it on the stack.
149 // Check whether we are exceeding the stack limit on the backtrack stack.
161 // The register containing the backtrack stack top. Provides a meaningful
173 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
178 // Pushes the value of a register on the backtrack stack. Decrements the
179 // stack pointer (ecx) by a word size and stores the register's value there.
182 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx
    [all...]
  /dalvik/docs/opcodes/
opcode-0f-return.html 47 A must be a valid register index in the current stack frame.
65 The stack frame of the current method invocation is removed from the stack.
69 If the stack is now empty, the current thread terminates.
75 The stack frame that caused this method invocation becomes valid. This
opcode-10-return-wide.html 46 A+1 must be a valid register index in the current stack frame (which
65 The stack frame of the current method invocation is removed from the stack.
69 If the stack is now empty, the current thread terminates.
75 The stack frame that caused this method invocation becomes valid. This
  /dalvik/vm/mterp/x86-atom/
OP_FLOAT_TO_INT.S 34 flds (rFP, rINST, 4) # push vB to floating point stack
55 fstps (rFP, %edx, 4) # pop floating point stack
60 fstps (rFP, %edx, 4) # pop floating point stack
65 fstps (rFP, %edx, 4) # pop floating point stack
66 fstps (rFP, %edx, 4) # pop floating point stack

Completed in 60 milliseconds

1 2 3 4 56 7 8 91011>>